--- old/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp 2015-03-20 11:11:14.305233236 -0400 +++ new/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp 2015-03-20 11:11:14.229228937 -0400 @@ -283,7 +283,7 @@ G1GCPhaseTimes* _phase_times; uint _worker_id; public: - G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id); + G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase); ~G1GCParPhaseTimesTracker(); };