comparison src/share/vm/gc_interface/collectedHeap.hpp @ 6008:b632e80fc9dc

4988100: oop_verify_old_oop appears to be dead Summary: removed oop_verify_old_oop and allow_dirty. Also reviewed by: alexlamsl@gmail.com Reviewed-by: jmasa, jwilhelm
author brutisso
date Mon, 16 Apr 2012 08:57:18 +0200
parents 9a9bb0010c91
children d2a62e0f25eb
comparison
equal deleted inserted replaced
6007:5c86f8211d1e 6008: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