hotspot/src/share/vm/runtime/globals.hpp
changeset 15221 83925f427779
parent 15202 9304f658b07e
parent 15214 1795c6aeb583
child 15919 15a548ffc099
child 15604 0209977cd9c4
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Jan 17 18:47:36 2013 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jan 18 11:03:15 2013 +0100
@@ -972,18 +972,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")                                               \