[aarch64-port-dev ] [12] RFR(S): 8207247 AARCH64: Enable Minimal and Client VM builds

Andrew Haley aph at redhat.com
Wed Aug 29 15:39:42 UTC 2018


On 08/29/2018 04:34 PM, Andrew Haley wrote:
> I'm testing this:
> 
>   // Max stub size: alignment nop, ldr, br, emit_int64
>   address stub = start_a_stub(3 * NativeInstruction::instruction_size + wordSize);

Sorry, that was wrong.  We already have a constant:

  // Max stub size: alignment nop, TrampolineStub.
  address stub
    = start_a_stub(NativeInstruction::instruction_size
                   + NativeCallTrampolineStub::instruction_size);

-- 
Andrew Haley
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671


More information about the aarch64-port-dev mailing list