hg: jdk9/hs-rt/hotspot: 2 new changesets
markus.gronlund at oracle.com
markus.gronlund at oracle.com
Mon Jul 14 09:55:02 UTC 2014
Changeset: 465cf2ce2fe7
Author: dsimms
Date: 2014-07-14 10:50 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/465cf2ce2fe7
8046668: Excessive checked JNI warnings from Java startup
Summary: Removed pedantic checked exception warnings for AIOOBException, add to current handle capacity
Reviewed-by: hseigel, lfoltan
! src/share/vm/prims/jniCheck.cpp
Changeset: 0dad53374470
Author: dsimms
Date: 2014-07-14 10:52 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/0dad53374470
8046919: jni_PushLocalFrame OOM - increase MAX_REASONABLE_LOCAL_CAPACITY
Summary: Increase the previous limit from 4k to 64k, added "-XX:MaxJNILocalCapacity=<capacity>" flag
Reviewed-by: hseigel, fparain
! src/share/vm/prims/jni.cpp
! src/share/vm/runtime/globals.hpp
More information about the jdk9-all-changes
mailing list