8033372: Check jdk/src/share/native/java/lang for JNI pending exception issues

Chris Hegarty chris.hegarty at oracle.com
Tue Feb 4 11:05:00 UTC 2014


Nice work. Looks good to me.

-Chris.

On 02/04/2014 10:35 AM, Alan Bateman wrote:
>
> There are a number of places in the native methods where there are
> sequences of JNI calls and where we don't check for errors or pending
> exceptions. This patch fixes up a number of these issues in the
> java.lang native code, and one remaining one in the java.io native code
> that may have been missed by previous clean-up in this area.
>
> The changes are trivial and the webrev is here:
>
> http://cr.openjdk.java.net/~alanb/8033372/webrev/
>
> Thanks,
>
> Alan.



More information about the core-libs-dev mailing list