[aarch64-port-dev ] RFR: 8170188: jtreg compiler/types/TestMeetIncompatibleInterfaceArrays.java causes JVM crash

Sergey Nazarkin snazarkin at azul.com
Wed Nov 23 17:50:29 UTC 2016


That surely helps.  And may be more appropriate from general point of view. 

Thank you. 

Sergey Nazarkin




> On 23 Nov 2016, at 20:16, Andrew Haley <aph at redhat.com> wrote:
> 
> +  if (operand_valid_for_logical_immediate(/*is32*/true, mask))
> +    andsw(scratch, scratch, mask);
> +  else {
> +    movw(scratch2, (unsigned)mask);
> +    andsw(scratch, scratch, scratch2);
> +  }



More information about the aarch64-port-dev mailing list