comparison src/share/vm/runtime/globals.hpp @ 20654:fa6adc194d48

8064667: Add -XX:+CheckEndorsedAndExtDirs flag to JDK 8 Reviewed-by: coleenp, ccheung
author mchung
date Wed, 19 Nov 2014 14:21:09 -0800
parents 46140919bf90
children 7848fc12602b
comparison
equal deleted inserted replaced
20653:82d3e7b5277a 20654:fa6adc194d48
1208 "Restore MXCSR when returning from JNI calls") \ 1208 "Restore MXCSR when returning from JNI calls") \
1209 \ 1209 \
1210 product(bool, CheckJNICalls, false, \ 1210 product(bool, CheckJNICalls, false, \
1211 "Verify all arguments to JNI calls") \ 1211 "Verify all arguments to JNI calls") \
1212 \ 1212 \
1213 product(bool, CheckEndorsedAndExtDirs, false, \
1214 "Verify the endorsed and extension directories are not used") \
1215 \
1213 product(bool, UseFastJNIAccessors, true, \ 1216 product(bool, UseFastJNIAccessors, true, \
1214 "Use optimized versions of Get<Primitive>Field") \ 1217 "Use optimized versions of Get<Primitive>Field") \
1215 \ 1218 \
1216 product(intx, MaxJNILocalCapacity, 65536, \ 1219 product(intx, MaxJNILocalCapacity, 65536, \
1217 "Maximum allowable local JNI handle capacity to " \ 1220 "Maximum allowable local JNI handle capacity to " \