mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
7176220: 'Full GC' events miss date stamp information occasionally
Move date stamp logic into GCTraceTime Reviewed-by: brutisso, tschatzl
This commit is contained in:
parent
0afc5ae6fc
commit
f65caabf9c
8 changed files with 2 additions and 11 deletions
|
@ -168,7 +168,6 @@ bool PSMarkSweep::invoke_no_policy(bool clear_all_softrefs) {
|
|||
{
|
||||
HandleMark hm;
|
||||
|
||||
gclog_or_tty->date_stamp(PrintGC && PrintGCDateStamps);
|
||||
TraceCPUTime tcpu(PrintGCDetails, true, gclog_or_tty);
|
||||
GCTraceTime t1(GCCauseString("Full GC", gc_cause), PrintGC, !PrintGCDetails, NULL, _gc_tracer->gc_id());
|
||||
TraceCollectorStats tcs(counters());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue