src/share/vm/runtime/globals.hpp

changeset 1631
f3345b7b01b4
parent 1628
c81fa70144aa
parent 1623
99af867dfa05
child 1646
c1f1137b3575
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Jan 26 23:36:11 2010 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Jan 27 22:38:37 2010 -0800
     1.3 @@ -2447,6 +2447,9 @@
     1.4    notproduct(bool, CompileTheWorldIgnoreInitErrors, false,                  \
     1.5            "Compile all methods although class initializer failed")          \
     1.6                                                                              \
     1.7 +  notproduct(intx, CompileTheWorldSafepointInterval, 100,                   \
     1.8 +          "Force a safepoint every n compiles so sweeper can keep up")      \
     1.9 +                                                                            \
    1.10    develop(bool, TraceIterativeGVN, false,                                   \
    1.11            "Print progress during Iterative Global Value Numbering")         \
    1.12                                                                              \

mercurial