mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
6392697
: Additional flag needed to supress Hotspot warning messages
Apply PrintJvmWarnings flag to all warnings Reviewed-by: coleenp, phh
This commit is contained in:
parent
a594a8dea5
commit
da95f5319e
2 changed files with 12 additions and 7 deletions
|
@ -815,6 +815,9 @@ class CommandLineFlags {
|
|||
develop(bool, PrintJVMWarnings, false, \
|
||||
"Prints warnings for unimplemented JVM functions") \
|
||||
\
|
||||
product(bool, PrintWarnings, true, \
|
||||
"Prints JVM warnings to output stream") \
|
||||
\
|
||||
notproduct(uintx, WarnOnStalledSpinLock, 0, \
|
||||
"Prints warnings for stalled SpinLocks") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue