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

changeset 9858
b985cbb00e68
parent 7893
a5b77ac78ad2
child 9931
fd44df5e3bc3
     1.1 --- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Thu Aug 01 03:44:03 2019 +0100
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp	Mon Aug 12 18:30:40 2019 +0300
     1.3 @@ -278,7 +278,7 @@
     1.4  };
     1.5  
     1.6  class G1GCParPhaseTimesTracker : public StackObj {
     1.7 -  double _start_time;
     1.8 +  Ticks _start_time;
     1.9    G1GCPhaseTimes::GCParPhases _phase;
    1.10    G1GCPhaseTimes* _phase_times;
    1.11    uint _worker_id;

mercurial