mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8142976: Reimplement TraceClassInitialization with Unified Logging
TraceClassInitialization logging reimplemented with Unified Logging. Reviewed-by: coleenp, hseigel
This commit is contained in:
parent
bf4eef4903
commit
a3d8114b45
7 changed files with 257 additions and 27 deletions
|
@ -1463,9 +1463,6 @@ public:
|
|||
develop(bool, TraceBytecodes, false, \
|
||||
"Trace bytecode execution") \
|
||||
\
|
||||
develop(bool, TraceClassInitialization, false, \
|
||||
"Trace class initialization") \
|
||||
\
|
||||
product(bool, TraceExceptions, false, \
|
||||
"Trace exceptions") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue