src/hotspot/share/gc/g1/g1FullGCScope.hpp
changeset 58002 01d31583f25c
parent 53244 9807daeb47c4
equal deleted inserted replaced
58001:0437b0f20312 58002:01d31583f25c
    25 #ifndef SHARE_GC_G1_G1FULLGCSCOPE_HPP
    25 #ifndef SHARE_GC_G1_G1FULLGCSCOPE_HPP
    26 #define SHARE_GC_G1_G1FULLGCSCOPE_HPP
    26 #define SHARE_GC_G1_G1FULLGCSCOPE_HPP
    27 
    27 
    28 #include "gc/g1/g1CollectedHeap.hpp"
    28 #include "gc/g1/g1CollectedHeap.hpp"
    29 #include "gc/g1/g1HeapTransition.hpp"
    29 #include "gc/g1/g1HeapTransition.hpp"
       
    30 #include "gc/g1/g1Trace.hpp"
    30 #include "gc/shared/gcId.hpp"
    31 #include "gc/shared/gcId.hpp"
    31 #include "gc/shared/gcTrace.hpp"
       
    32 #include "gc/shared/gcTraceTime.hpp"
    32 #include "gc/shared/gcTraceTime.hpp"
    33 #include "gc/shared/gcTimer.hpp"
    33 #include "gc/shared/gcTimer.hpp"
    34 #include "gc/shared/gcVMOperations.hpp"
    34 #include "gc/shared/gcVMOperations.hpp"
    35 #include "gc/shared/isGCActiveMark.hpp"
    35 #include "gc/shared/isGCActiveMark.hpp"
    36 #include "memory/allocation.hpp"
    36 #include "memory/allocation.hpp"