diff src/share/vm/runtime/globals.hpp @ 22463:d9f5c93a83d3

Move Java based CTW out of hotspot
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Mon, 24 Aug 2015 19:17:08 -0700
parents be896a1983c0
children 740feb10d15a
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Aug 24 19:16:03 2015 -0700
+++ b/src/share/vm/runtime/globals.hpp	Mon Aug 24 19:17:08 2015 -0700
@@ -2713,13 +2713,9 @@
           "Delay invoking the compiler until main application class is "    \
           "loaded")                                                         \
                                                                             \
-  NOT_JVMCI(develop(bool, CompileTheWorld, false,                           \
+  develop(bool, CompileTheWorld, false,                                     \
           "Compile all methods in all classes in bootstrap class path "     \
-            "(stress test)"))                                               \
-                                                                            \
-  JVMCI_ONLY(product(bool, CompileTheWorld, false,                          \
-          "Compile all methods in all classes in bootstrap class path "     \
-                     "(stress test)"))                                      \
+            "(stress test)")                                                \
                                                                             \
   develop(bool, CompileTheWorldPreloadClasses, true,                        \
           "Preload all classes used by a class before start loading")       \