hotspot/src/share/vm/gc/g1/g1GCPhaseTimes.hpp
changeset 46681 f17cefd211b4
parent 46670 55a3c36b64b2
child 46778 f504c6f2eea5
equal deleted inserted replaced
46680:2894e4262fd6 46681:f17cefd211b4
    25 #ifndef SHARE_VM_GC_G1_G1GCPHASETIMES_HPP
    25 #ifndef SHARE_VM_GC_G1_G1GCPHASETIMES_HPP
    26 #define SHARE_VM_GC_G1_G1GCPHASETIMES_HPP
    26 #define SHARE_VM_GC_G1_G1GCPHASETIMES_HPP
    27 
    27 
    28 #include "logging/logLevel.hpp"
    28 #include "logging/logLevel.hpp"
    29 #include "memory/allocation.hpp"
    29 #include "memory/allocation.hpp"
       
    30 #include "utilities/macros.hpp"
    30 
    31 
    31 class LineBuffer;
    32 class LineBuffer;
    32 
    33 
    33 template <class T> class WorkerDataArray;
    34 template <class T> class WorkerDataArray;
    34 
    35