8150084: Convert TraceMonitorMismatch to Unified Logging

TraceMonitorMismatch has been converted to Unified Logging.

Reviewed-by: coleenp, rprotacio
This commit is contained in:
Max Ockner 2016-03-29 14:37:07 -04:00
parent cd3f80324f
commit 45b8dc27fe
6 changed files with 190 additions and 15 deletions

View file

@ -1454,9 +1454,6 @@ public:
develop(bool, TimeOopMap2, false, \
"Time calls to GenerateOopMap::compute_map() individually") \
\
develop(bool, TraceMonitorMismatch, false, \
"Trace monitor matching failures during OopMapGeneration") \
\
develop(bool, TraceOopMapRewrites, false, \
"Trace rewriting of method oops during oop map generation") \
\