--- old/src/share/vm/runtime/globals.hpp 2015-06-12 14:50:31.860070041 +0200 +++ new/src/share/vm/runtime/globals.hpp 2015-06-12 14:50:31.712065231 +0200 @@ -3498,7 +3498,7 @@ 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") \ \