< prev index next >

src/hotspot/cpu/aarch64/macroAssembler_aarch64.hpp

Print this page
@@ -700,11 +700,11 @@
      return false;
    }
    address emit_trampoline_stub(int insts_call_instruction_offset, address target);
    static int max_trampoline_stub_size();
    void emit_static_call_stub();
-   static int static_call_stub_size();
+   static int max_static_call_stub_size();
  
    // The following 4 methods return the offset of the appropriate move instruction
  
    // Support for fast byte/short loading with zero extension (depending on particular CPU)
    int load_unsigned_byte(Register dst, Address src);
< prev index next >