[aarch64-port-dev ] RFR: aarch64: Fix vm crash with CDS on

Andrew Haley aph at redhat.com
Tue Jun 21 09:03:47 UTC 2016


On 21/06/16 09:59, Ningsheng Jian wrote:
> In AArch64 implementation, we already set rc to may_not_rewrite before
> those checking. I think it should be complete.
> 
> +
> +  // Don't rewrite getstatic, only getfield
> +  if (is_static) rc = may_not_rewrite;
> +

Oh, I see.  Ewww, I hate divergence like this.

Your patch is OK.

Andrew.



More information about the aarch64-port-dev mailing list