src/share/vm/runtime/globals.hpp

changeset 3500
0382d2b469b2
parent 3499
aa3d708d67c4
child 3502
379b22e03c32
     1.1 --- a/src/share/vm/runtime/globals.hpp	Wed Feb 01 07:59:01 2012 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Feb 01 16:57:08 2012 -0800
     1.3 @@ -659,6 +659,12 @@
     1.4    develop(bool, SpecialArraysEquals, true,                                  \
     1.5            "special version of Arrays.equals(char[],char[])")                \
     1.6                                                                              \
     1.7 +  product(bool, CriticalJNINatives, true,                                   \
     1.8 +          "check for critical JNI entry points")                            \
     1.9 +                                                                            \
    1.10 +  notproduct(bool, StressCriticalJNINatives, false,                         \
    1.11 +            "Exercise register saving code in critical natives")            \
    1.12 +                                                                            \
    1.13    product(bool, UseSSE42Intrinsics, false,                                  \
    1.14            "SSE4.2 versions of intrinsics")                                  \
    1.15                                                                              \

mercurial