--- old/src/hotspot/share/gc/g1/g1Policy.hpp 2020-08-07 13:15:57.854015910 +0200 +++ new/src/hotspot/share/gc/g1/g1Policy.hpp 2020-08-07 13:15:57.730013937 +0200 @@ -74,8 +74,6 @@ double _full_collection_start_sec; - jlong _collection_pause_end_millis; - uint _young_list_target_length; uint _young_list_fixed_length; @@ -260,8 +258,6 @@ // percentage of the current heap capacity. double reclaimable_bytes_percent(size_t reclaimable_bytes) const; - jlong collection_pause_end_millis() { return _collection_pause_end_millis; } - private: void clear_collection_set_candidates(); // Sets up marking if proper conditions are met.