src/share/vm/runtime/globals.hpp

changeset 4163
19eb999cb72c
parent 4158
65d07d9ee446
child 4164
d804e148cff8
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Oct 11 18:21:01 2012 +0200
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Oct 11 14:46:20 2012 -0700
     1.3 @@ -1000,9 +1000,6 @@
     1.4    product(bool, ClassUnloading, true,                                       \
     1.5            "Do unloading of classes")                                        \
     1.6                                                                              \
     1.7 -  diagnostic(bool, LinkWellKnownClasses, true,                              \
     1.8 -          "Resolve a well known class as soon as its name is seen")         \
     1.9 -                                                                            \
    1.10    develop(bool, DisableStartThread, false,                                  \
    1.11            "Disable starting of additional Java threads "                    \
    1.12            "(for debugging only)")                                           \

mercurial