diff src/share/vm/runtime/globals.hpp @ 2323:bc6b27fb3568

6725983: Assertion "method->method_holder())->is_not_initialized(),"method holder must be initialized" Reviewed-by: kvn, iveresov
author never
date Tue, 01 Mar 2011 10:27:15 -0800
parents a97fd181b813
children 8c9c9ee30d71
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Mon Feb 28 17:12:42 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Tue Mar 01 10:27:15 2011 -0800
@@ -2610,9 +2610,6 @@
   develop(bool, CompileTheWorldPreloadClasses, true,                        \
           "Preload all classes used by a class before start loading")       \
                                                                             \
-  notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
-          "Compile all methods although class initializer failed")          \
-                                                                            \
   notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
           "Force a safepoint every n compiles so sweeper can keep up")      \
                                                                             \