hotspot/src/share/vm/memory/genCollectedHeap.cpp
changeset 4584 e2a449e8cc6f
parent 3908 24b55ad4c228
child 4641 02adf6837856
--- a/hotspot/src/share/vm/memory/genCollectedHeap.cpp	Fri Jan 08 09:42:31 2010 -0800
+++ b/hotspot/src/share/vm/memory/genCollectedHeap.cpp	Fri Jan 08 13:47:01 2010 -0800
@@ -925,6 +925,8 @@
   guarantee(VerifyBeforeGC   ||
             VerifyDuringGC   ||
             VerifyBeforeExit ||
+            PrintAssembly    ||
+            tty->count() != 0 ||   // already printing
             VerifyAfterGC, "too expensive");
   #endif
   // This might be sped up with a cache of the last generation that