RFR: 8275448: [REDO] AArch64: Implement string_compare intrinsic in SVE

TatWai Chong duke at openjdk.java.net
Thu Oct 28 04:54:07 UTC 2021


On Wed, 27 Oct 2021 12:47:38 GMT, Tobias Hartmann <thartmann at openjdk.org> wrote:

>> After JDK-8269559 was integrated there are failures in tier1 testing
>> across Mac OS X 11.4 (aarch64) machines. Please see JDK-8275263.
>> 
>> This patch is NOT functional; rather, this tends to verify potential
>> toolchain issues as the original patch pass testing on other
>> platforms.
>> 
>> In this patch, we remove new SVE-related matching rules and register
>> class introduced in the original patch to minimally affect the
>> non-SVE part.
>
> All green.

@TobiHartmann Thanks for your help. I've just updated a new patch. I've just added more code from the original patch to this. Could you test this second patch as you did previously, please? We are completing this a chunk by a chunk so that we can spot which part causes the failure. I think we merely need a couple of patches to do so (this one inclusive).

-------------

PR: https://git.openjdk.java.net/jdk/pull/6072


More information about the hotspot-compiler-dev mailing list