src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp

changeset 6735
a45a4f5a9609
parent 6690
1772223a25a2
child 6876
710a3c8b516e
child 6911
ce8f6bb717c9
child 7452
e2ed74d2e054
equal deleted inserted replaced
6734:a07a3a29df67 6735:a45a4f5a9609
1697 // The following two methods are helpful for debugging RSet issues. 1697 // The following two methods are helpful for debugging RSet issues.
1698 void print_cset_rsets() PRODUCT_RETURN; 1698 void print_cset_rsets() PRODUCT_RETURN;
1699 void print_all_rsets() PRODUCT_RETURN; 1699 void print_all_rsets() PRODUCT_RETURN;
1700 1700
1701 public: 1701 public:
1702 void stop_conc_gc_threads();
1703
1704 size_t pending_card_num(); 1702 size_t pending_card_num();
1705 size_t cards_scanned(); 1703 size_t cards_scanned();
1706 1704
1707 protected: 1705 protected:
1708 size_t _max_heap_capacity; 1706 size_t _max_heap_capacity;

mercurial