src/share/vm/runtime/globals.hpp

changeset 2607
8c9c9ee30d71
parent 2586
23ae54207126
parent 2605
bc6b27fb3568
child 2638
72dee110246f
     1.1 --- a/src/share/vm/runtime/globals.hpp	Thu Mar 03 21:02:56 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Thu Mar 03 23:31:45 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