< prev index next >

src/hotspot/share/gc/g1/g1Policy.hpp

Print this page
rev 60542 : [mq]: 8245511-rev.3

*** 66,75 **** --- 66,79 ---- G1Predictions _predictor; G1Analytics* _analytics; G1RemSetTrackingPolicy _remset_tracker; G1MMUTracker* _mmu_tracker; + + // Tracking the allocation in the old generation between + // two GCs. + G1OldGenAllocationTracker _old_gen_alloc_tracker; G1IHOPControl* _ihop_control; GCPolicyCounters* _policy_counters; double _full_collection_start_sec;
*** 99,112 **** size_t _rs_length_prediction; size_t _pending_cards_at_gc_start; - // Tracking the allocation in the old generation between - // two GCs. - G1OldGenAllocationTracker _old_gen_alloc_tracker; - G1ConcurrentStartToMixedTimeTracker _concurrent_start_to_mixed; bool should_update_surv_rate_group_predictors() { return collector_state()->in_young_only_phase() && !collector_state()->mark_or_rebuild_in_progress(); } --- 103,112 ----
< prev index next >