src/share/vm/runtime/globals.hpp

changeset 2605
bc6b27fb3568
parent 2571
a97fd181b813
child 2607
8c9c9ee30d71
     1.1 --- a/src/share/vm/runtime/globals.hpp	Mon Feb 28 17:12:42 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Tue Mar 01 10:27:15 2011 -0800
     1.3 @@ -2610,9 +2610,6 @@
     1.4    develop(bool, CompileTheWorldPreloadClasses, true,                        \
     1.5            "Preload all classes used by a class before start loading")       \
     1.6                                                                              \
     1.7 -  notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
     1.8 -          "Compile all methods although class initializer failed")          \
     1.9 -                                                                            \
    1.10    notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
    1.11            "Force a safepoint every n compiles so sweeper can keep up")      \
    1.12                                                                              \

mercurial