src/hotspot/share/gc/epsilon/epsilonBarrierSet.hpp
changeset 53244 9807daeb47c4
parent 50523 7b7c75d87f9b
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_EPSILON_BARRIERSET_HPP
    24 #ifndef SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
    25 #define SHARE_VM_GC_EPSILON_BARRIERSET_HPP
    25 #define SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP
    26 
    26 
    27 #include "gc/shared/barrierSetAssembler.hpp"
    27 #include "gc/shared/barrierSetAssembler.hpp"
    28 #include "gc/shared/barrierSet.hpp"
    28 #include "gc/shared/barrierSet.hpp"
    29 
    29 
    30 // No interaction with application is required for Epsilon, and therefore
    30 // No interaction with application is required for Epsilon, and therefore
    52 template<>
    52 template<>
    53 struct BarrierSet::GetType<BarrierSet::EpsilonBarrierSet> {
    53 struct BarrierSet::GetType<BarrierSet::EpsilonBarrierSet> {
    54   typedef ::EpsilonBarrierSet type;
    54   typedef ::EpsilonBarrierSet type;
    55 };
    55 };
    56 
    56 
    57 #endif // SHARE_VM_GC_EPSILON_BARRIERSET_HPP
    57 #endif // SHARE_GC_EPSILON_EPSILONBARRIERSET_HPP