RFR: JDK-8202714: Create a MacroAssembler::access_load/store_at wrapper for AArch64

Roman Kennke rkennke at redhat.com
Tue May 15 17:15:04 UTC 2018


Am 15.05.2018 um 16:59 schrieb Andrew Haley:
> On 05/15/2018 03:53 PM, Roman Kennke wrote:
>> Right. I guess we could have all the implementations check for AS_RAW,
>> and if so, pass the call up the inheritance hierarchy until it hits the
>> base class BarrierSetAssembler. Sounds like more boilerplate but more
>> clean. I'd do that under a separate RFE though, the goal of this one was
>> to align aarch64 with x86 implementation, changing the call chain would
>> affect all the implementations.
> 
> OK, under protest.  I think the time to stop this kind of thing is
> at review time, but I can live with it.
> 

https://bugs.openjdk.java.net/browse/JDK-8203232

Will take care of it (x86 and aarch64) right now.

Roman



More information about the hotspot-dev mailing list