RFR: Checking for JNI Exceptions in jni_util.c

Alan Bateman Alan.Bateman at oracle.com
Wed Feb 5 10:07:51 UTC 2014


On 04/02/2014 21:05, roger riggs wrote:
> Corrected;  but I note in reading the jni specification for 
> EnsureLocalCapacity
> that the VM ensures that there is capacity for 16 local references before
> calling the native method so checking for smaller numbers is a noop.
Yes, and my comment was just to point out that it just looked a bit odd 
to get a reference before EnsureLocalCapacity.

I've looked through the latest webrev and it looks good to me.

-Alan.



More information about the core-libs-dev mailing list