Searched refs:rotate_log (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp116 virtual void rotate_log() {} // GC log rotation function in class:outputStream
242 virtual void rotate_log();
H A Dostream.cpp460 // rotate_log must be called from VMThread at safepoint. In case need change parameters
466 // concurrent GC threads to run parallel with VMThread at safepoint, write and rotate_log
468 void rotatingFileStream::rotate_log() { function in class:rotatingFileStream
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsafepoint.cpp548 gclog_or_tty->rotate_log();

Completed in 47 milliseconds