mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8013132: Add a flag to turn off the output of the verbose verification code
Reviewed-by: johnc, brutisso
This commit is contained in:
parent
19d99e3d92
commit
f0ae855b07
15 changed files with 49 additions and 61 deletions
|
@ -293,7 +293,7 @@ void VMThread::run() {
|
|||
os::check_heap();
|
||||
// Silent verification so as not to pollute normal output,
|
||||
// unless we really asked for it.
|
||||
Universe::verify(!(PrintGCDetails || Verbose));
|
||||
Universe::verify(!(PrintGCDetails || Verbose) || VerifySilently);
|
||||
}
|
||||
|
||||
CompileBroker::set_should_block();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue