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

Sergey Nazarkin snazarkin at azul.com
Thu Nov 24 15:48:37 UTC 2016


Hi Andrew,

Just to close the question, what solution should be  chosen finally? 


Sergey Nazarkin




> On 23 Nov 2016, at 20:50, Sergey Nazarkin <snazarkin at azul.com> wrote:
> 
> 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