7108264: Fix for 7104173 is insufficient
Disable PrintVMOptions by default for all builds Reviewed-by: dsamersoff, twisti
This commit is contained in:
parent
2c5cec930a
commit
ae1d532799
@ -2580,7 +2580,7 @@ class CommandLineFlags {
|
||||
diagnostic(bool, DebugInlinedCalls, true, \
|
||||
"If false, restricts profiled locations to the root method only") \
|
||||
\
|
||||
product(bool, PrintVMOptions, NOT_EMBEDDED(trueInDebug) EMBEDDED_ONLY(false),\
|
||||
product(bool, PrintVMOptions, false, \
|
||||
"Print flags that appeared on the command line") \
|
||||
\
|
||||
product(bool, IgnoreUnrecognizedVMOptions, false, \
|
||||
|
Loading…
x
Reference in New Issue
Block a user