< prev index next >

src/hotspot/share/gc/shared/barrierSetConfig.hpp

Print this page

        

*** 27,37 **** #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) \ ! f(G1BarrierSet) #else #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) #endif // Do something for each concrete barrier set part of the build. --- 27,38 ---- #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) \ ! f(G1BarrierSet) \ ! f(Epsilon) #else #define FOR_EACH_CONCRETE_INCLUDE_ALL_GC_BARRIER_SET_DO(f) #endif // Do something for each concrete barrier set part of the build.
< prev index next >