< prev index next >

src/share/vm/runtime/vmThread.cpp

Print this page
rev 12310 : [mq]: gcinterface.patch

@@ -276,11 +276,11 @@
   SafepointSynchronize::begin();
 
   if (VerifyBeforeExit) {
     HandleMark hm(VMThread::vm_thread());
     // Among other things, this ensures that Eden top is correct.
-    Universe::heap()->prepare_for_verify();
+    GC::gc()->heap()->prepare_for_verify();
     // Silent verification so as not to pollute normal output,
     // unless we really asked for it.
     Universe::verify();
   }
 
< prev index next >