diff src/share/vm/runtime/globals.hpp @ 9108:b78686983a75

GRAAL-218: add CompileTheWorld functionality Reviewed-by:
author twisti
date Sat, 13 Apr 2013 22:59:27 -0700
parents 89e4d67fdd2a
children 147162b27799
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Sat Apr 13 22:16:04 2013 +0200
+++ b/src/share/vm/runtime/globals.hpp	Sat Apr 13 22:59:27 2013 -0700
@@ -3337,10 +3337,10 @@
           "ConcurrentMarkSweep thread runs at critical scheduling priority")\
                                                                             \
   /* compiler debugging */                                                  \
-  notproduct(intx, CompileTheWorldStartAt,     1,                           \
+  develop(intx, CompileTheWorldStartAt, 1,                                  \
           "First class to consider when using +CompileTheWorld")            \
                                                                             \
-  notproduct(intx, CompileTheWorldStopAt, max_jint,                         \
+  develop(intx, CompileTheWorldStopAt, max_jint,                            \
           "Last class to consider when using +CompileTheWorld")             \
                                                                             \
   develop(intx, NewCodeParameter,      0,                                   \