OpenJDK / jdk / jdk
changeset 49472:982acd800812
8199027: Make protected members private in G1Policy
Reviewed-by: sjohanss, tschatzl
author | ehelin |
---|---|
date | Wed, 21 Mar 2018 12:47:46 +0100 |
parents | bed9f0842578 |
children | 26958d06b585 |
files | src/hotspot/share/gc/g1/g1Policy.hpp |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hotspot/share/gc/g1/g1Policy.hpp Wed Mar 21 10:35:13 2018 +0100 +++ b/src/hotspot/share/gc/g1/g1Policy.hpp Wed Mar 21 12:47:46 2018 +0100 @@ -161,7 +161,7 @@ double accum_yg_surv_rate_pred(int age) const; -protected: +private: G1CollectionSet* _collection_set; double average_time_ms(G1GCPhaseTimes::GCParPhases phase) const; double other_time_ms(double pause_time_ms) const; @@ -171,7 +171,6 @@ double constant_other_time_ms(double pause_time_ms) const; CollectionSetChooser* cset_chooser() const; -private: // The number of bytes copied during the GC. size_t _bytes_copied_during_gc; @@ -399,7 +398,6 @@ AgeTable _survivors_age_table; -protected: size_t desired_survivor_size() const; public: uint tenuring_threshold() const { return _tenuring_threshold; }