hotspot/src/share/vm/runtime/vm_operations.cpp
changeset 16680 960505df90e7
parent 14583 d70ee55535f4
child 18025 b7bcf7497f93
--- a/hotspot/src/share/vm/runtime/vm_operations.cpp	Thu Apr 04 21:15:43 2013 -0700
+++ b/hotspot/src/share/vm/runtime/vm_operations.cpp	Fri Apr 05 10:20:04 2013 -0700
@@ -175,7 +175,8 @@
 }
 
 void VM_Verify::doit() {
-  Universe::verify();
+  Universe::heap()->prepare_for_verify();
+  Universe::verify(_silent);
 }
 
 bool VM_PrintThreads::doit_prologue() {