mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8145092: Use Unified Logging for the GC logging
JEP-271. VM changes contributed by brutisso, test changes contributed by david. Co-authored-by: David Lindholm <david.lindholm@oralce.com> Reviewed-by: sjohanss, david, brutisso
This commit is contained in:
parent
581eb19018
commit
ffeb0bdad0
200 changed files with 3331 additions and 6147 deletions
|
@ -120,7 +120,6 @@ TraceTime::TraceTime(const char* title,
|
|||
|
||||
if (_active) {
|
||||
_accum = NULL;
|
||||
tty->stamp(PrintGCTimeStamps);
|
||||
tty->print("[%s", title);
|
||||
tty->flush();
|
||||
_t.start();
|
||||
|
@ -135,7 +134,6 @@ TraceTime::TraceTime(const char* title,
|
|||
_verbose = verbose;
|
||||
if (_active) {
|
||||
if (_verbose) {
|
||||
tty->stamp(PrintGCTimeStamps);
|
||||
tty->print("[%s", title);
|
||||
tty->flush();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue