< prev index next >

src/hotspot/cpu/s390/c1_LIRAssembler_s390.cpp

8199604_cardtablemodrefbs_rename
 #include "c1/c1_ValueStack.hpp"
 #include "ci/ciArrayKlass.hpp"
 #include "ci/ciInstance.hpp"
 #include "gc/shared/collectedHeap.hpp"
 #include "gc/shared/barrierSet.hpp"
-#include "gc/shared/cardTableModRefBS.hpp"
+#include "gc/shared/cardTableBarrierSet.hpp"
 #include "nativeInst_s390.hpp"
 #include "oops/objArrayKlass.hpp"
 #include "runtime/safepointMechanism.inline.hpp"
 #include "runtime/sharedRuntime.hpp"
 #include "vmreg_s390.inline.hpp"

@@ -629,11 +629,11 default: ShouldNotReachHere(); }; // Index register is normally not supported, but for - // LIRGenerator::CardTableModRef_post_barrier we make an exception. + // LIRGenerator::CardTableBarrierSet_post_barrier we make an exception. if (type == T_BYTE && dest->as_address_ptr()->index()->is_valid()) { __ load_const_optimized(Z_R0_scratch, (int8_t)(c->as_jint())); store_offset = __ offset(); if (Immediate::is_uimm12(addr.disp())) { __ z_stc(Z_R0_scratch, addr);
< prev index next >