On Thu, 31 Oct 2024 20:13:08 GMT, Justin Lu <j...@openjdk.org> wrote:
> Please review this PR which is a JNI cleanup to replace incorrect usages of > `jthrowable ExceptionOccurred(JNIEnv *env)` with `jboolean > ExceptionCheck(JNIEnv *env)` in _jdk.jdwp.agent_. > > This is part of the bigger umbrella issue: > https://bugs.openjdk.org/browse/JDK-8341542. This change only modifies > instances where the exception object is not needed, and the method return > value is being treated as if it were a boolean. Looks good. Thanks ------------- Marked as reviewed by dholmes (Reviewer). PR Review: https://git.openjdk.org/jdk/pull/21814#pullrequestreview-2409356889