src/share/vm/runtime/globals.hpp

changeset 4451
689e1218d7fe
parent 4403
1f6d10b4cc0c
child 4458
f422634e5828
     1.1 --- a/src/share/vm/runtime/globals.hpp	Fri Jan 11 02:02:51 2013 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Jan 14 09:58:52 2013 +0100
     1.3 @@ -969,18 +969,6 @@
     1.4    notproduct(uintx, WarnOnStalledSpinLock, 0,                               \
     1.5            "Prints warnings for stalled SpinLocks")                          \
     1.6                                                                              \
     1.7 -  develop(bool, InitializeJavaLangSystem, true,                             \
     1.8 -          "Initialize java.lang.System - turn off for individual "          \
     1.9 -          "method debugging")                                               \
    1.10 -                                                                            \
    1.11 -  develop(bool, InitializeJavaLangString, true,                             \
    1.12 -          "Initialize java.lang.String - turn off for individual "          \
    1.13 -          "method debugging")                                               \
    1.14 -                                                                            \
    1.15 -  develop(bool, InitializeJavaLangExceptionsErrors, true,                   \
    1.16 -          "Initialize various error and exception classes - turn off for "  \
    1.17 -          "individual method debugging")                                    \
    1.18 -                                                                            \
    1.19    product(bool, RegisterFinalizersAtInit, true,                             \
    1.20            "Register finalizable objects at end of Object.<init> or "        \
    1.21            "after allocation")                                               \

mercurial