comparison src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp @ 17992:a45a4f5a9609

8044796: G1: Enable G1CollectedHeap::stop() Reviewed-by: brutisso, sjohanss
author pliden
date Fri, 13 Jun 2014 13:46:06 +0200
parents 1772223a25a2
children 52b4284cb496 ce8f6bb717c9 e2ed74d2e054
comparison
equal deleted inserted replaced
17991:a07a3a29df67 17992: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;