src/share/vm/memory/genCollectedHeap.cpp

changeset 1590
4e6abf09f540
parent 1424
148e5441d916
child 1605
c4d722788ed6
     1.1 --- a/src/share/vm/memory/genCollectedHeap.cpp	Fri Jan 08 09:42:31 2010 -0800
     1.2 +++ b/src/share/vm/memory/genCollectedHeap.cpp	Fri Jan 08 13:47:01 2010 -0800
     1.3 @@ -925,6 +925,8 @@
     1.4    guarantee(VerifyBeforeGC   ||
     1.5              VerifyDuringGC   ||
     1.6              VerifyBeforeExit ||
     1.7 +            PrintAssembly    ||
     1.8 +            tty->count() != 0 ||   // already printing
     1.9              VerifyAfterGC, "too expensive");
    1.10    #endif
    1.11    // This might be sped up with a cache of the last generation that

mercurial