--- a/hotspot/src/share/vm/runtime/globals.hpp Wed Feb 01 07:59:01 2012 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Feb 01 16:57:08 2012 -0800
@@ -659,6 +659,12 @@
develop(bool, SpecialArraysEquals, true, \
"special version of Arrays.equals(char[],char[])") \
\
+ product(bool, CriticalJNINatives, true, \
+ "check for critical JNI entry points") \
+ \
+ notproduct(bool, StressCriticalJNINatives, false, \
+ "Exercise register saving code in critical natives") \
+ \
product(bool, UseSSE42Intrinsics, false, \
"SSE4.2 versions of intrinsics") \
\