src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp
changeset 58932 8623f75be895
parent 58556 ff8716224f35
child 59290 97d13893ec3c
--- a/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp	Thu Oct 31 17:16:36 2019 +0100
+++ b/src/hotspot/cpu/aarch64/nativeInst_aarch64.cpp	Tue Nov 05 11:53:46 2019 +0100
@@ -287,8 +287,6 @@
 
 //-------------------------------------------------------------------
 
-address NativeMovRegMem::instruction_address() const      { return addr_at(instruction_offset); }
-
 int NativeMovRegMem::offset() const  {
   address pc = instruction_address();
   unsigned insn = *(unsigned*)pc;