--- old/src/share/vm/runtime/vmThread.cpp 2015-11-19 15:35:29.346128493 +0100 +++ new/src/share/vm/runtime/vmThread.cpp 2015-11-19 15:35:29.230128497 +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();