comparison src/share/vm/runtime/vmThread.cpp @ 10186:b06ac540229e

8013132: Add a flag to turn off the output of the verbose verification code Reviewed-by: johnc, brutisso
author stefank
date Wed, 24 Apr 2013 20:13:37 +0200
parents f36e073d56a4
children f2110083203d
comparison
equal deleted inserted replaced
10185:d50cc62e94ff 10186:b06ac540229e
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