8210467: Remove unused G1CollectedHeap::_max_heap_capacity
authortschatzl
Tue, 11 Sep 2018 09:14:36 +0200
changeset 51695 bbc7157ad9c5
parent 51694 0dca9b29bf30
child 51696 f912267934e0
8210467: Remove unused G1CollectedHeap::_max_heap_capacity Reviewed-by: sjohanss, phh
src/hotspot/share/gc/g1/g1CollectedHeap.hpp
--- a/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Tue Sep 11 09:13:37 2018 +0200
+++ b/src/hotspot/share/gc/g1/g1CollectedHeap.hpp	Tue Sep 11 09:14:36 2018 +0200
@@ -1385,11 +1385,7 @@
   void print_cset_rsets() PRODUCT_RETURN;
   void print_all_rsets() PRODUCT_RETURN;
 
-public:
   size_t pending_card_num();
-
-private:
-  size_t _max_heap_capacity;
 };
 
 class G1ParEvacuateFollowersClosure : public VoidClosure {