RFR: AArch64: 8203699 java/lang/invoke/SpecialInterfaceCall fails with SIGILL on aarch64

Aleksey Shipilev shade at redhat.com
Thu May 24 10:51:42 UTC 2018


On 05/24/2018 12:07 PM, Andrew Dinn wrote:
> On 23/05/18 20:34, Andrew Dinn wrote:
> So, I propose correcting patch to
> 
>    push(pushed_registers, sp);
> 
> +  if (super_klass != r0) {
> +    mov(r0, super_klass);
> +  }
> 
> Revised webrev: http://cr.openjdk.java.net/~adinn/8203699/webrev.01/

OK, fine. Although I see no pragmatic reason to spend more time on polishing this code, and forcing
reviewers to re-review and re-test. I assume you have tested the new change?

-Aleksey




More information about the hotspot-dev mailing list