hotspot/src/share/vm/runtime/globals.hpp
changeset 15214 1795c6aeb583
parent 15107 55cbde13be26
child 15221 83925f427779
--- a/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 11 02:02:51 2013 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Jan 14 09:58:52 2013 +0100
@@ -969,18 +969,6 @@
   notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
           "Prints warnings for stalled SpinLocks")                          \
                                                                             \
-  develop(bool, InitializeJavaLangSystem, true,                             \
-          "Initialize java.lang.System - turn off for individual "          \
-          "method debugging")                                               \
-                                                                            \
-  develop(bool, InitializeJavaLangString, true,                             \
-          "Initialize java.lang.String - turn off for individual "          \
-          "method debugging")                                               \
-                                                                            \
-  develop(bool, InitializeJavaLangExceptionsErrors, true,                   \
-          "Initialize various error and exception classes - turn off for "  \
-          "individual method debugging")                                    \
-                                                                            \
   product(bool, RegisterFinalizersAtInit, true,                             \
           "Register finalizable objects at end of Object.<init> or "        \
           "after allocation")                                               \