Integrated: 8350383: Test: add more test case for string compare (UL case)
Hamlin Li
mli at openjdk.org
Fri Feb 21 09:51:59 UTC 2025
On Wed, 19 Feb 2025 20:04:01 GMT, Hamlin Li <mli at openjdk.org> wrote:
> Hi,
> Can you help to review this simple test case improvement?
>
> Compared to LL/UU/LU string compare, UL case seems not enough to cover all the code path in intrinsics. This patch is to add these test case for UL string compare.
>
> NOTE:
> * L means string in Latin,
> * U means string in utf,
> * LL string compare means L.compareTo(L),
> * LU string compare means L.compareTo(U),
> * and so on.
>
> Thanks!
This pull request has now been integrated.
Changeset: c73fead5
Author: Hamlin Li <mli at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/c73fead5caea8008586b31a5009c64011637b8cc
Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
8350383: Test: add more test case for string compare (UL case)
Reviewed-by: fyang
-------------
PR: https://git.openjdk.org/jdk/pull/23705
More information about the hotspot-compiler-dev
mailing list