hotspot/src/share/vm/runtime/vmThread.cpp
changeset 40667 f9cf2db7f59f
parent 38290 6b194cfc1557
child 46496 76ed99d51a67
equal deleted inserted replaced
40666:83beca9dbc5f 40667:f9cf2db7f59f
   277 
   277 
   278   if (VerifyBeforeExit) {
   278   if (VerifyBeforeExit) {
   279     HandleMark hm(VMThread::vm_thread());
   279     HandleMark hm(VMThread::vm_thread());
   280     // Among other things, this ensures that Eden top is correct.
   280     // Among other things, this ensures that Eden top is correct.
   281     Universe::heap()->prepare_for_verify();
   281     Universe::heap()->prepare_for_verify();
   282     os::check_heap();
       
   283     // Silent verification so as not to pollute normal output,
   282     // Silent verification so as not to pollute normal output,
   284     // unless we really asked for it.
   283     // unless we really asked for it.
   285     Universe::verify();
   284     Universe::verify();
   286   }
   285   }
   287 
   286