RFR: 143072: [JVMCI] Port JVMCI to AArch64

Christian Thalinger christian.thalinger at oracle.com
Tue Dec 1 17:55:23 UTC 2015


> On Dec 1, 2015, at 4:40 AM, Andrew Haley <aph at redhat.com> wrote:
> 
> On 12/01/2015 12:53 PM, Roland Schatz wrote:
>> Regarding the MASK* kinds: Does it AArch64 really have a dedicated mask 
>> datatype, like AVX512?
>> There seem to be no registers where the MASK kinds can be stored. 
>> AArch64.canStoreValue(...) returns false for all registers for the MASK 
>> kinds, so they can't be really used.
> 
> No, that's just a hangover from the x86 version.

Are you sending a new webrev?

> 
> Andrew.
> 



More information about the hotspot-compiler-dev mailing list