hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 35061 be6025ebffea
parent 34633 2a6c7c7b30a7
child 35825 7c7652ee137b
--- 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() {