hotspot/src/share/vm/runtime/vmThread.cpp
changeset 17112 e49af4ba7755
parent 17006 b9bfa72b7dda
child 18025 b7bcf7497f93
equal deleted inserted replaced
17111:77f553b98e63 17112:e49af4ba7755
   291     // Among other things, this ensures that Eden top is correct.
   291     // Among other things, this ensures that Eden top is correct.
   292     Universe::heap()->prepare_for_verify();
   292     Universe::heap()->prepare_for_verify();
   293     os::check_heap();
   293     os::check_heap();
   294     // Silent verification so as not to pollute normal output,
   294     // Silent verification so as not to pollute normal output,
   295     // unless we really asked for it.
   295     // unless we really asked for it.
   296     Universe::verify(!(PrintGCDetails || Verbose));
   296     Universe::verify(!(PrintGCDetails || Verbose) || VerifySilently);
   297   }
   297   }
   298 
   298 
   299   CompileBroker::set_should_block();
   299   CompileBroker::set_should_block();
   300 
   300 
   301   // wait for threads (compiler threads or daemon threads) in the
   301   // wait for threads (compiler threads or daemon threads) in the