mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8140348: Convert TraceSafepoint to Unified Logging
The former -XX:+TraceSafepoint flag is updated to the unified logging framework and is now replaced with -Xlog:safepoint in product mode. Reviewed-by: coleenp, hseigel
This commit is contained in:
parent
9adaaa0c96
commit
e54bd838f9
7 changed files with 142 additions and 29 deletions
|
@ -1498,9 +1498,6 @@ public:
|
|||
develop(bool, TraceOopMapRewrites, false, \
|
||||
"Trace rewriting of method oops during oop map generation") \
|
||||
\
|
||||
develop(bool, TraceSafepoint, false, \
|
||||
"Trace safepoint operations") \
|
||||
\
|
||||
develop(bool, TraceICBuffer, false, \
|
||||
"Trace usage of IC buffer") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue