[aarch64-port-dev ] [8u] RFR (M) 8228400: Remove built-in AArch64 simulator

Aleksey Shipilev shade at redhat.com
Mon Aug 5 08:44:41 UTC 2019


On 8/5/19 10:37 AM, Andrew Dinn wrote:
> On 05/08/2019 09:17, Aleksey Shipilev wrote:
>> This is the backport of cleanup/removal in 8u-aarch64:
>>   https://bugs.openjdk.java.net/browse/JDK-8228400
>>   https://hg.openjdk.java.net/jdk/jdk/rev/01bca26734bb
>>
>> 8u-aarch64 webrev:
>>   https://cr.openjdk.java.net/~shade/8228400/webrev.8u.01/
>>
>> Testing: aarch64 build, hotspot_gc_shenandoah (for the lack of tier1)
> Were there any /significant/ changes relative to the 11u changes?

Not really. The context is different in some places, so I had to grep again for BUILTIN_SIM and
friends, and remove those leftovers. The only change that required more work is changing to
call_VM_leaf in c1_CodeStubs_aarch64.cpp: there is no such code in 11+.

It would still be good to look through the entire 8u-aarch64 webrev and see if removals are sane.

-- 
Thanks,
-Aleksey



More information about the aarch64-port-dev mailing list