< prev index next >

src/share/vm/runtime/vmThread.cpp

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

*** 276,286 **** SafepointSynchronize::begin(); if (VerifyBeforeExit) { HandleMark hm(VMThread::vm_thread()); // Among other things, this ensures that Eden top is correct. ! Universe::heap()->prepare_for_verify(); // Silent verification so as not to pollute normal output, // unless we really asked for it. Universe::verify(); } --- 276,286 ---- SafepointSynchronize::begin(); if (VerifyBeforeExit) { HandleMark hm(VMThread::vm_thread()); // Among other things, this ensures that Eden top is correct. ! 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 >