src/share/vm/gc_interface/collectedHeap.hpp

changeset 1280
df6caf649ff7
parent 1063
7bb995fbd3c0
child 1376
8b46c4d82093
child 1424
148e5441d916
equal deleted inserted replaced
1274:bb18957ad21e 1280:df6caf649ff7
531 // Print any relevant tracing info that flags imply. 531 // Print any relevant tracing info that flags imply.
532 // Default implementation does nothing. 532 // Default implementation does nothing.
533 virtual void print_tracing_info() const = 0; 533 virtual void print_tracing_info() const = 0;
534 534
535 // Heap verification 535 // Heap verification
536 virtual void verify(bool allow_dirty, bool silent) = 0; 536 virtual void verify(bool allow_dirty, bool silent, bool option) = 0;
537 537
538 // Non product verification and debugging. 538 // Non product verification and debugging.
539 #ifndef PRODUCT 539 #ifndef PRODUCT
540 // Support for PromotionFailureALot. Return true if it's time to cause a 540 // Support for PromotionFailureALot. Return true if it's time to cause a
541 // promotion failure. The no-argument version uses 541 // promotion failure. The no-argument version uses

mercurial