src/hotspot/share/gc/shared/barrierSet.inline.hpp
changeset 53244 9807daeb47c4
parent 53207 b1c6d4d7f801
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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 #ifndef SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
    24 #ifndef SHARE_GC_SHARED_BARRIERSET_INLINE_HPP
    25 #define SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
    25 #define SHARE_GC_SHARED_BARRIERSET_INLINE_HPP
    26 
    26 
    27 #include "gc/shared/barrierSet.hpp"
    27 #include "gc/shared/barrierSet.hpp"
    28 #include "oops/accessDecorators.hpp"
    28 #include "oops/accessDecorators.hpp"
    29 #include "oops/arrayOop.hpp"
    29 #include "oops/arrayOop.hpp"
    30 #include "oops/compressedOops.inline.hpp"
    30 #include "oops/compressedOops.inline.hpp"
    55   }
    55   }
    56 
    56 
    57   return true;
    57   return true;
    58 }
    58 }
    59 
    59 
    60 #endif // SHARE_VM_GC_SHARED_BARRIERSET_INLINE_HPP
    60 #endif // SHARE_GC_SHARED_BARRIERSET_INLINE_HPP