diff --git a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp index 6eeaa30..56df639 100644 --- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp +++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp @@ -582,6 +582,7 @@ public: virtual void null_check(Register reg, int offset = -1); static bool needs_explicit_null_check(intptr_t offset); + static bool uses_implicit_null_check(void* address); static address target_addr_for_insn(address insn_addr, unsigned insn); static address target_addr_for_insn(address insn_addr) {