hotspot/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.hpp
changeset 30578 8b6c44532ca2
parent 30172 4dcc7e33e633
equal deleted inserted replaced
30577:de9fa7ccc1bc 30578:8b6c44532ca2
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMESLOG_HPP
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMES_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMESLOG_HPP
    26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMES_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 
    29 
    30 class LineBuffer;
    30 class LineBuffer;
    31 
    31 
   284 public:
   284 public:
   285   G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id);
   285   G1GCParPhaseTimesTracker(G1GCPhaseTimes* phase_times, G1GCPhaseTimes::GCParPhases phase, uint worker_id);
   286   ~G1GCParPhaseTimesTracker();
   286   ~G1GCParPhaseTimesTracker();
   287 };
   287 };
   288 
   288 
   289 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMESLOG_HPP
   289 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1GCPHASETIMES_HPP