hotspot/src/share/vm/memory/specialized_oop_closures.hpp
changeset 25351 7c198a690050
parent 22234 da823d78ad65
child 29687 281ffb2398cd
equal deleted inserted replaced
25350:6423a57e5451 25351:7c198a690050
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP
    25 #ifndef SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP
    26 #define SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP
    26 #define SHARE_VM_MEMORY_SPECIALIZED_OOP_CLOSURES_HPP
    27 
    27 
    28 #include "runtime/atomic.hpp"
       
    29 #include "utilities/macros.hpp"
    28 #include "utilities/macros.hpp"
    30 #if INCLUDE_ALL_GCS
    29 #if INCLUDE_ALL_GCS
    31 #include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
    30 #include "gc_implementation/g1/g1_specialized_oop_closures.hpp"
    32 #endif // INCLUDE_ALL_GCS
    31 #endif // INCLUDE_ALL_GCS
    33 
    32