src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp
changeset 52462 4ad404da0088
parent 52460 f1bb77833b59
child 53244 9807daeb47c4
--- a/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp	Thu Nov 08 18:10:15 2018 -0300
+++ b/src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp	Thu Nov 08 23:31:08 2018 +0100
@@ -582,6 +582,7 @@
 
   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) {