src/share/vm/runtime/safepoint.cpp

changeset 9806
758c07667682
parent 9637
eef07cd490d4
parent 9773
dc471edac21e
child 9931
fd44df5e3bc3
equal deleted inserted replaced
9762:c97db0855565 9806:758c07667682
545 StringTable::rehash_table(); 545 StringTable::rehash_table();
546 } 546 }
547 547
548 // rotate log files? 548 // rotate log files?
549 if (UseGCLogFileRotation) { 549 if (UseGCLogFileRotation) {
550 TraceTime t8("rotating gc logs", TraceSafepointCleanupTime);
550 gclog_or_tty->rotate_log(false); 551 gclog_or_tty->rotate_log(false);
551 } 552 }
552 553
553 { 554 {
554 // CMS delays purging the CLDG until the beginning of the next safepoint and to 555 // CMS delays purging the CLDG until the beginning of the next safepoint and to

mercurial