mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8143157: Convert TraceVMOperation to Unified Logging
The former -XX:+TraceVMOperation flag is updated to the unified logging framework and is now replaced with -Xlog:vmoperation in product mode. Reviewed-by: coleenp, dholmes, mockner
This commit is contained in:
parent
961fbacd76
commit
c67974cf0f
5 changed files with 103 additions and 9 deletions
|
@ -1073,9 +1073,6 @@ public:
|
|||
develop(bool, BreakAtWarning, false, \
|
||||
"Execute breakpoint upon encountering VM warning") \
|
||||
\
|
||||
develop(bool, TraceVMOperation, false, \
|
||||
"Trace VM operations") \
|
||||
\
|
||||
develop(bool, UseFakeTimers, false, \
|
||||
"Tell whether the VM should use system time or a fake timer") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue