< prev index next >

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

Print this page
rev 52371 : [mq]: lvb.patch

*** 38,46 **** #endif #if INCLUDE_ZGC #include "gc/z/zBarrierSet.inline.hpp" #endif #if INCLUDE_SHENANDOAHGC ! #include "gc/shenandoah/shenandoahBarrierSet.inline.hpp" // Shenandoah support #endif #endif // SHARE_VM_GC_SHARED_BARRIERSETCONFIG_INLINE_HPP --- 38,48 ---- #endif #if INCLUDE_ZGC #include "gc/z/zBarrierSet.inline.hpp" #endif #if INCLUDE_SHENANDOAHGC ! #include "gc/shenandoah/shenandoahBaseBarrierSet.inline.hpp" ! #include "gc/shenandoah/shenandoahBarrierSet.inline.hpp" ! #include "gc/shenandoah/shenandoahLRBBarrierSet.inline.hpp" #endif #endif // SHARE_VM_GC_SHARED_BARRIERSETCONFIG_INLINE_HPP
< prev index next >