--- old/src/share/vm/runtime/vmThread.cpp 2015-12-01 12:06:30.614930041 +0100 +++ new/src/share/vm/runtime/vmThread.cpp 2015-12-01 12:06:30.490930045 +0100 @@ -286,7 +286,7 @@ os::check_heap(); // Silent verification so as not to pollute normal output, // unless we really asked for it. - Universe::verify(!(PrintGCDetails || Verbose) || VerifySilently); + Universe::verify(); } CompileBroker::set_should_block();