comparison src/share/vm/runtime/vmThread.cpp @ 3297:6431be02f3ac

Merge
author trims
date Fri, 29 Apr 2011 16:55:43 -0700
parents 1f4413413144
children f08d439fab8c
comparison
equal deleted inserted replaced
3265:d7cc76ea8d06 3297:6431be02f3ac
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