Integrated: 8254016: Test8237524 fails with -XX:-CompactStrings option

Boris Ulasevich bulasevich at openjdk.java.net
Mon Nov 16 15:01:05 UTC 2020


On Mon, 16 Nov 2020 13:22:08 GMT, Boris Ulasevich <bulasevich at openjdk.org> wrote:

> The test compares two strings created from same byte array: Latin vs UTF16. The expected effect (strings are different) is valid only for COMPACT_STRINGS=true case (otherwise both strings are treated as UTF16). Particularly on ARM32 test fails because CompactStrings is off by default.

This pull request has now been integrated.

Changeset: f611fdfe
Author:    Boris Ulasevich <bulasevich at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f611fdfe
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8254016: Test8237524 fails with -XX:-CompactStrings option

Reviewed-by: shade

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

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


More information about the hotspot-compiler-dev mailing list