RFR: Checking for JNI Exceptions in jni_util.c

Alan Bateman Alan.Bateman at oracle.com
Tue Feb 4 15:12:49 UTC 2014


On 04/02/2014 14:33, roger riggs wrote:
> Please review these cleanups to check for JNI pending exceptions in 
> jni_util.c.
>
> Webrev:
>   http://cr.openjdk.java.net/~rriggs/webrev-check_exception-8030993/
This mostly looks okay, I just wonder about the jclass declarations at 
L686 and 690 as I assume these are declaration-after-use warnings with 
some compilers.

Also there is JNU_ClassString use at L760 that I assume should be 
replaced with strClazz.

-Alan.



More information about the core-libs-dev mailing list