This commit is contained in:
Vladimir Kozlov 2011-03-03 23:31:45 -08:00
commit d7802369bc
34 changed files with 1778 additions and 757 deletions

View file

@ -2610,9 +2610,6 @@ class CommandLineFlags {
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") \
\