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

/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.cpp198 // CompileLog::finish_log_on_error
203 void CompileLog::finish_log_on_error(outputStream* file, char* buf, int buflen) { function in class:CompileLog
294 // shutdown is also needed in VM abort, so is covered by finish_log_on_error().
295 // Just allocate a buffer and call finish_log_on_error().
298 finish_log_on_error(file, buf, sizeof(buf));
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp680 // finish_log() is called during normal VM shutdown. finish_log_on_error() is
703 void defaultStream::finish_log_on_error(char *buf, int buflen) { function in class:defaultStream
711 CompileLog::finish_log_on_error(xs->out(), buf, buflen); // write compile logging, if any, now
934 defaultStream::instance->finish_log_on_error(buf, sizeof(buf));

Completed in 61 milliseconds