mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8149991: Convert TraceSafepointCleanupTime to Unified Logging
Converted TraceSafepointCleanupTime to -Xlog:safepointcleanup=info Reviewed-by: hseigel, mockner, ddmitriev, dholmes, coleenp
This commit is contained in:
parent
bc0cccce38
commit
b2f40c5a16
7 changed files with 100 additions and 14 deletions
|
@ -153,6 +153,9 @@ TraceTime::~TraceTime() {
|
|||
case LogTag::_startuptime :
|
||||
log_info(startuptime)("%s, %3.7f secs", _title, _t.seconds());
|
||||
break;
|
||||
case LogTag::_safepointcleanup :
|
||||
log_info(safepointcleanup)("%s, %3.7f secs", _title, _t.seconds());
|
||||
break;
|
||||
case LogTag::__NO_TAG :
|
||||
default :
|
||||
tty->print_cr("[%s, %3.7f secs]", _title, _t.seconds());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue