Searched refs:finish_log (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DdefaultStream.hpp44 void finish_log();
57 if (has_log_file()) finish_log();
H A Dostream.cpp680 // finish_log() is called during normal VM shutdown. finish_log_on_error() is
683 void defaultStream::finish_log() { function in class:defaultStream
688 CompileLog::finish_log(xs->out()); // write compile logging, if any, now
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp92 static void finish_log(outputStream* out);
H A DcompileLog.cpp291 // CompileLog::finish_log
296 void CompileLog::finish_log(outputStream* file) { function in class:CompileLog

Completed in 51 milliseconds