RFR: 8350383: Test: add more test case for string compare (UL case)

Hamlin Li mli at openjdk.org
Wed Feb 19 20:09:34 UTC 2025


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.

Thanks!

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

Commit messages:
 - initial commit

Changes: https://git.openjdk.org/jdk/pull/23705/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=23705&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8350383
  Stats: 1 line in 1 file changed: 1 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/23705.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/23705/head:pull/23705

PR: https://git.openjdk.org/jdk/pull/23705


More information about the hotspot-compiler-dev mailing list