mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8144874
: Reimplement TraceClassResolution with Unified Logging
TraceClassResolution reimplemented with classresolve tag. Reviewed-by: coleenp, dholmes, iklam, rprotacio
This commit is contained in:
parent
76d0d92563
commit
de7d9e821c
12 changed files with 31 additions and 31 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue