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

/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.cpp901 static bool ostream_exit_called = false; local
902 if (ostream_exit_called) return;
903 ostream_exit_called = true;

Completed in 25 milliseconds