Searched defs:rotate_log (Results 1 - 2 of 2) 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

Completed in 49 milliseconds