mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8145153: Convert TraceMonitorInflation to Unified Logging
Updated -XX:+TraceMonitorInflation flag to -Xlog:monitorinflation=debug, with an alias (and related alias table) to support the old option. Reviewed-by: dholmes, mockner, coleenp
This commit is contained in:
parent
ddab9e4387
commit
a74243c302
6 changed files with 115 additions and 15 deletions
|
@ -1506,9 +1506,6 @@ public:
|
|||
product(bool, TraceBiasedLocking, false, \
|
||||
"Trace biased locking in JVM") \
|
||||
\
|
||||
product(bool, TraceMonitorInflation, false, \
|
||||
"Trace monitor inflation in JVM") \
|
||||
\
|
||||
/* gc */ \
|
||||
\
|
||||
product(bool, UseSerialGC, false, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue