< prev index next >

src/share/vm/runtime/globals.hpp

Print this page

        

@@ -3496,11 +3496,11 @@
           "First class to consider when using +CompileTheWorld")            \
                                                                             \
   notproduct(intx, CompileTheWorldStopAt, max_jint,                         \
           "Last class to consider when using +CompileTheWorld")             \
                                                                             \
-  develop(intx, NewCodeParameter,      0,                                   \
+  product(intx, NewCodeParameter,     10,                                   \
           "Testing Only: Create a dedicated integer parameter before "      \
           "putback")                                                        \
                                                                             \
   /* new oopmap storage allocation */                                       \
   develop(intx, MinOopMapAllocation,     8,                                 \
< prev index next >