Re: RFR: 8341798: Fix ExceptionOccurred in jdk.jdwp.agent

2024-11-04 Thread Justin Lu
On Thu, 31 Oct 2024 20:13:08 GMT, Justin Lu 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: > ht

Re: RFR: 8341798: Fix ExceptionOccurred in jdk.jdwp.agent

2024-10-31 Thread Chris Plummer
On Thu, 31 Oct 2024 20:13:08 GMT, Justin Lu 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: > ht

Re: RFR: 8341798: Fix ExceptionOccurred in jdk.jdwp.agent

2024-10-31 Thread David Holmes
On Thu, 31 Oct 2024 20:13:08 GMT, Justin Lu 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: > ht

RFR: 8341798: Fix ExceptionOccurred in jdk.jdwp.agent

2024-10-31 Thread Justin Lu
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 modif