< prev index next >

hotspot/src/share/vm/runtime/globals.hpp

Print this page
rev 6910 : 8064667: Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8
Reviewed-by: coleenp, ccheung

*** 1208,1217 **** --- 1208,1220 ---- "Restore MXCSR when returning from JNI calls") \ \ product(bool, CheckJNICalls, false, \ "Verify all arguments to JNI calls") \ \ + product(bool, CheckEndorsedAndExtDirs, false, \ + "Verify the endorsed and extension directories are not used") \ + \ product(bool, UseFastJNIAccessors, true, \ "Use optimized versions of Get<Primitive>Field") \ \ product(intx, MaxJNILocalCapacity, 65536, \ "Maximum allowable local JNI handle capacity to " \
< prev index next >