mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
Merge
This commit is contained in:
commit
d7802369bc
34 changed files with 1778 additions and 757 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue