Searched refs:has_log_file (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DdefaultStream.hpp57 if (has_log_file()) finish_log();
81 if (has_log_file()) _log_file->flush();
92 bool has_log_file();
H A Dostream.cpp523 bool defaultStream::has_log_file() { function in class:defaultStream
731 bool has_log = has_log_file(); // check before locking
813 if (has_log_file()) {
895 defaultStream::instance->has_log_file();

Completed in 24 milliseconds