diff -r 382d0689141c -r be6025ebffea hotspot/src/share/vm/runtime/vmThread.cpp --- a/hotspot/src/share/vm/runtime/vmThread.cpp Thu Dec 10 23:02:31 2015 +0000 +++ b/hotspot/src/share/vm/runtime/vmThread.cpp Thu Dec 10 14:57:55 2015 +0100 @@ -285,7 +285,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();