Skip to content

Commit 26b4beb

Browse files
committed
fix zero build
1 parent 6f6a522 commit 26b4beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/cpu/zero/gc/shared/barrierSetNMethod_zero.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void BarrierSetNMethod::deoptimize(nmethod* nm, address* return_address_ptr) {
2929
ShouldNotReachHere();
3030
}
3131

32-
void BarrierSetNMethod::set_guard_value(nmethod* nm, int value) {
32+
void BarrierSetNMethod::set_guard_value(nmethod* nm, int value, int bit_mask) {
3333
ShouldNotReachHere();
3434
}
3535

0 commit comments

Comments
 (0)