RFR: 8277617: Adjust AVX3Threshold for copy/fill stubs
Jie Fu
jiefu at openjdk.java.net
Wed Dec 1 03:41:30 UTC 2021
On Tue, 23 Nov 2021 06:05:48 GMT, Jie Fu <jiefu at openjdk.org> wrote:
>> @sviswa7 that further restriction and an explanatory comment would be appreciated. Thanks.
>
>> @dholmes-ora We see about 25% gain on a micro on our latest platform. There is no cpuid bit for this, so the closest was to check for the new serialize ISA supported on this platform.
>
> It would be better to add a jmh test for this opt.
> Thanks.
> @DamonFool There are jmh tests for Arraycopy in test/micro/org/openjdk/bench/java/lang/Arraycopy.java.
So how about posting the detailed perf data before and after this patch?
Thanks.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6512
More information about the hotspot-compiler-dev
mailing list