hotspot/src/share/vm/runtime/vmThread.cpp
changeset 9342 456b8d0486b5
parent 7397 5b173b4ca846
child 10565 dc90c239f4ec
equal deleted inserted replaced
9341:347fa5cdbd39 9342:456b8d0486b5
   289   if (VerifyBeforeExit) {
   289   if (VerifyBeforeExit) {
   290     HandleMark hm(VMThread::vm_thread());
   290     HandleMark hm(VMThread::vm_thread());
   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     Universe::verify(true, true); // Silent verification to not polute normal output
   294     // Silent verification so as not to pollute normal output,
       
   295     // unless we really asked for it.
       
   296     Universe::verify(true, !(PrintGCDetails || Verbose));
   295   }
   297   }
   296 
   298 
   297   CompileBroker::set_should_block();
   299   CompileBroker::set_should_block();
   298 
   300 
   299   // wait for threads (compiler threads or daemon threads) in the
   301   // wait for threads (compiler threads or daemon threads) in the