< prev index next >

src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp

Print this page

        

*** 276,286 **** return _cur_fast_reclaim_humongous_time_ms; } }; class G1GCParPhaseTimesTracker : public StackObj { ! double _start_time; G1GCPhaseTimes::GCParPhases _phase; G1GCPhaseTimes* _phase_times; uint _worker_id; public: G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id); --- 276,286 ---- return _cur_fast_reclaim_humongous_time_ms; } }; class G1GCParPhaseTimesTracker : public StackObj { ! Ticks _start_time; G1GCPhaseTimes::GCParPhases _phase; G1GCPhaseTimes* _phase_times; uint _worker_id; public: G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id);
< prev index next >