7110058: change default for ScavengeRootsInCode to 2
Reviewed-by: kvn, never
This commit is contained in:
parent
4511ca18de
commit
89d4179a4b
@ -887,7 +887,7 @@ class CommandLineFlags {
|
||||
diagnostic(bool, TraceNMethodInstalls, false, \
|
||||
"Trace nmethod intallation") \
|
||||
\
|
||||
diagnostic(intx, ScavengeRootsInCode, 1, \
|
||||
diagnostic(intx, ScavengeRootsInCode, 2, \
|
||||
"0: do not allow scavengable oops in the code cache; " \
|
||||
"1: allow scavenging from the code cache; " \
|
||||
"2: emit as many constants as the compiler can see") \
|
||||
|
Loading…
Reference in New Issue
Block a user