< prev index next >

src/share/vm/gc/cms/promotionInfo.hpp

Print this page

        

*** 130,140 **** displacedHdr = (markOop*)&displacedHdr; nextSpoolBlock = NULL; } void print_on(outputStream* st) const; ! void print() const { print_on(gclog_or_tty); } }; class PromotionInfo VALUE_OBJ_CLASS_SPEC { bool _tracking; // set if tracking CompactibleFreeListSpace* _space; // the space to which this belongs --- 130,140 ---- displacedHdr = (markOop*)&displacedHdr; nextSpoolBlock = NULL; } void print_on(outputStream* st) const; ! void print() const { print_on(tty); } }; class PromotionInfo VALUE_OBJ_CLASS_SPEC { bool _tracking; // set if tracking CompactibleFreeListSpace* _space; // the space to which this belongs
*** 205,214 **** _nextIndex = 0; } void print_on(outputStream* st) const; - void print_statistics(uint worker_id) const; }; #endif // SHARE_VM_GC_CMS_PROMOTIONINFO_HPP --- 205,213 ----
< prev index next >