comparison src/share/vm/gc_interface/collectedHeap.hpp @ 6154:5142b5110214

Merge
author asaha
date Tue, 08 May 2012 07:29:27 -0700
parents b632e80fc9dc
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6153:aa07e41a9f80 6154:5142b5110214
657 _gc_heap_log->log_heap_after(); 657 _gc_heap_log->log_heap_after();
658 } 658 }
659 } 659 }
660 660
661 // Heap verification 661 // Heap verification
662 virtual void verify(bool allow_dirty, bool silent, VerifyOption option) = 0; 662 virtual void verify(bool silent, VerifyOption option) = 0;
663 663
664 // Non product verification and debugging. 664 // Non product verification and debugging.
665 #ifndef PRODUCT 665 #ifndef PRODUCT
666 // Support for PromotionFailureALot. Return true if it's time to cause a 666 // Support for PromotionFailureALot. Return true if it's time to cause a
667 // promotion failure. The no-argument version uses 667 // promotion failure. The no-argument version uses