hotspot/src/share/vm/runtime/globals.hpp
changeset 4744 40fc0ab5cd15
parent 4741 3b1373d466d2
parent 4736 e091227926da
child 4759 bbc25efafb8a
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Jan 26 23:36:11 2010 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Jan 27 22:38:37 2010 -0800
@@ -2447,6 +2447,9 @@
   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")      \
+                                                                            \
   develop(bool, TraceIterativeGVN, false,                                   \
           "Print progress during Iterative Global Value Numbering")         \
                                                                             \