src/hotspot/share/gc/shared/barrierSetConfig.hpp
branchepsilon-gc-branch
changeset 56628 547ded4c0de6
parent 56533 28a4f284ad83
--- a/src/hotspot/share/gc/shared/barrierSetConfig.hpp	Wed May 30 10:29:41 2018 +0200
+++ b/src/hotspot/share/gc/shared/barrierSetConfig.hpp	Wed May 30 10:47:43 2018 +0200
@@ -30,8 +30,8 @@
 // Do something for each concrete barrier set part of the build.
 #define FOR_EACH_CONCRETE_BARRIER_SET_DO(f)          \
   f(CardTableBarrierSet)                             \
-  G1GC_ONLY(f(G1BarrierSet))                         \
-  EPSILONGC_ONLY(f(EpsilonBarrierSet))
+  EPSILONGC_ONLY(f(EpsilonBarrierSet))               \
+  G1GC_ONLY(f(G1BarrierSet))
 
 #define FOR_EACH_ABSTRACT_BARRIER_SET_DO(f)          \
   f(ModRef)