< prev index next >

src/share/vm/runtime/vmThread.cpp

Print this page

        

*** 283,293 **** // Among other things, this ensures that Eden top is correct. Universe::heap()->prepare_for_verify(); os::check_heap(); // Silent verification so as not to pollute normal output, // unless we really asked for it. ! Universe::verify(!(PrintGCDetails || Verbose) || VerifySilently); } CompileBroker::set_should_block(); // wait for threads (compiler threads or daemon threads) in the --- 283,293 ---- // Among other things, this ensures that Eden top is correct. Universe::heap()->prepare_for_verify(); os::check_heap(); // Silent verification so as not to pollute normal output, // unless we really asked for it. ! Universe::verify(); } CompileBroker::set_should_block(); // wait for threads (compiler threads or daemon threads) in the
< prev index next >