mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6779339: turn off LinkWellKnownClasses by default pending further testing
Temporarily turn off LinkWellKnownClasses optimization Reviewed-by: never, kvn
This commit is contained in:
parent
d9c6682945
commit
e50f766540
2 changed files with 7 additions and 4 deletions
|
@ -815,7 +815,7 @@ class CommandLineFlags {
|
|||
product(bool, ClassUnloading, true, \
|
||||
"Do unloading of classes") \
|
||||
\
|
||||
diagnostic(bool, LinkWellKnownClasses, true, \
|
||||
diagnostic(bool, LinkWellKnownClasses, false, \
|
||||
"Resolve a well known class as soon as its name is seen") \
|
||||
\
|
||||
develop(bool, DisableStartThread, false, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue