src/hotspot/share/gc/g1/g1FullGCOopClosures.hpp
changeset 54781 f3f07c76d3d1
parent 51332 c25572739e7c
child 54786 ebf733a324d4
equal deleted inserted replaced
54780:f8d182aedc92 54781:f3f07c76d3d1
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_GC_G1_G1FULLGCOOPCLOSURES_HPP
    25 #ifndef SHARE_GC_G1_G1FULLGCOOPCLOSURES_HPP
    26 #define SHARE_GC_G1_G1FULLGCOOPCLOSURES_HPP
    26 #define SHARE_GC_G1_G1FULLGCOOPCLOSURES_HPP
    27 
    27 
       
    28 #include "gc/shared/verifyOption.hpp"
    28 #include "memory/iterator.hpp"
    29 #include "memory/iterator.hpp"
    29 #include "memory/universe.hpp"
    30 #include "memory/universe.hpp"
    30 
    31 
    31 class G1CollectedHeap;
    32 class G1CollectedHeap;
    32 class G1FullCollector;
    33 class G1FullCollector;