comparison src/share/vm/gc_interface/collectedHeap.hpp @ 845:df6caf649ff7

6700789: G1: Enable use of compressed oops with G1 heaps Summary: Modifications to G1 so as to allow the use of compressed oops. Reviewed-by: apetrusenko, coleenp, jmasa, kvn, never, phh, tonyp
author ysr
date Tue, 14 Jul 2009 15:40:39 -0700
parents 7bb995fbd3c0
children 8b46c4d82093 148e5441d916
comparison
equal deleted inserted replaced
839:bb18957ad21e 845: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