Re: RFR: 8341797: Fix ExceptionOccurred in jdk.jdi

2024-10-10 Thread Chris Plummer
On Thu, 10 Oct 2024 21:56:39 GMT, Justin Lu wrote: > Please review this PR which is part of the bigger umbrella bug: > https://bugs.openjdk.org/browse/JDK-8341542. > > This fixes incorrect usage of `jthrowable ExceptionOccurred(JNIEnv *env)` > within _jdk.jdi_. > This corrects instances where

Re: RFR: 8341797: Fix ExceptionOccurred in jdk.jdi

2024-10-10 Thread Alex Menkov
On Thu, 10 Oct 2024 21:56:39 GMT, Justin Lu wrote: > Please review this PR which is part of the bigger umbrella bug: > https://bugs.openjdk.org/browse/JDK-8341542. > > This fixes incorrect usage of `jthrowable ExceptionOccurred(JNIEnv *env)` > within _jdk.jdi_. > This corrects instances where

RFR: 8341797: Fix ExceptionOccurred in jdk.jdi

2024-10-10 Thread Justin Lu
Please review this PR which is part of the bigger umbrella bug: https://bugs.openjdk.org/browse/JDK-8341542. This fixes incorrect usage of `jthrowable ExceptionOccurred(JNIEnv *env)` within _jdk.jdi_. This corrects instances where the return value is being treated as a boolean. Such occurrences