8144874: Reimplement TraceClassResolution with Unified Logging

TraceClassResolution reimplemented with classresolve tag.

Reviewed-by: coleenp, dholmes, iklam, rprotacio
This commit is contained in:
Max Ockner 2015-12-23 15:05:38 -05:00
parent 76d0d92563
commit de7d9e821c
12 changed files with 31 additions and 31 deletions

View file

@ -1496,9 +1496,6 @@ public:
develop(bool, TraceClearedExceptions, false, \
"Print when an exception is forcibly cleared") \
\
product(bool, TraceClassResolution, false, \
"Trace all constant pool resolutions (for debugging)") \
\
product(bool, TraceBiasedLocking, false, \
"Trace biased locking in JVM") \
\