RFR: 8268231: Aarch64: Use ldp in intrinsics for String.compareTo

Nick Gasson ngasson at openjdk.java.net
Fri Jul 30 11:34:28 UTC 2021


On Fri, 30 Jul 2021 10:36:01 GMT, Andrew Haley <aph at redhat.com> wrote:

> 
> I was (still am) tempted to approve it, but Nick says there are still bugs in corner cases.
> 

I meant the earlier String.compareTo that this is partially replacing. This one might be fine but I just wanted to check it had be thoroughly tested. For reference they were:

https://bugs.openjdk.java.net/browse/JDK-8215100
https://bugs.openjdk.java.net/browse/JDK-8237524
https://bugs.openjdk.java.net/browse/JDK-8218966

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

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


More information about the core-libs-dev mailing list