src/share/vm/runtime/safepoint.cpp

changeset 9773
dc471edac21e
parent 9600
a253fe293726
child 9806
758c07667682
child 9896
1b8c45b8216a
equal deleted inserted replaced
9772:eee5798e1b28 9773:dc471edac21e
535 StringTable::rehash_table(); 535 StringTable::rehash_table();
536 } 536 }
537 537
538 // rotate log files? 538 // rotate log files?
539 if (UseGCLogFileRotation) { 539 if (UseGCLogFileRotation) {
540 TraceTime t8("rotating gc logs", TraceSafepointCleanupTime);
540 gclog_or_tty->rotate_log(false); 541 gclog_or_tty->rotate_log(false);
541 } 542 }
542 543
543 { 544 {
544 // CMS delays purging the CLDG until the beginning of the next safepoint and to 545 // CMS delays purging the CLDG until the beginning of the next safepoint and to

mercurial