src/share/vm/gc_interface/collectedHeap.hpp

changeset 3711
b632e80fc9dc
parent 3675
9a9bb0010c91
child 3900
d2a62e0f25eb
equal deleted inserted replaced
3710:5c86f8211d1e 3711:b632e80fc9dc
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

mercurial