equal
deleted
inserted
replaced
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 |