Searched defs:finish_log (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp291 // CompileLog::finish_log
296 void CompileLog::finish_log(outputStream* file) { function in class:CompileLog
/openjdk7/hotspot/src/share/vm/utilities/
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

Completed in 39 milliseconds