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:
Rachel Protacio 2015-11-23 16:16:46 -05:00
parent 961fbacd76
commit c67974cf0f
5 changed files with 103 additions and 9 deletions

View file

@ -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") \
\