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
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
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