diff --git a/src/hotspot/cpu/s390/templateTable_s390.cpp b/src/hotspot/cpu/s390/templateTable_s390.cpp index f3bf0d3..e9370fc 100644 --- a/src/hotspot/cpu/s390/templateTable_s390.cpp +++ b/src/hotspot/cpu/s390/templateTable_s390.cpp @@ -260,7 +260,7 @@ static void do_oop_store(InterpreterMacroAssembler* _masm, } break; #endif // INCLUDE_ALL_GCS - case BarrierSet::CardTableModRef: + case BarrierSet::CardTableBarrierSet: { if (val_is_null) { __ store_heap_oop_null(val, offset, base);