diff -r 382d0689141c -r be6025ebffea hotspot/src/share/vm/runtime/vm_operations.cpp --- a/hotspot/src/share/vm/runtime/vm_operations.cpp Thu Dec 10 23:02:31 2015 +0000 +++ b/hotspot/src/share/vm/runtime/vm_operations.cpp Thu Dec 10 14:57:55 2015 +0100 @@ -189,7 +189,7 @@ void VM_Verify::doit() { Universe::heap()->prepare_for_verify(); - Universe::verify(_silent); + Universe::verify(); } bool VM_PrintThreads::doit_prologue() {