RFR: 8339701: Test TestPinCaseWithCFLH.java fails with -Xcomp
SendaoYan
syan at openjdk.org
Mon Sep 9 08:25:04 UTC 2024
On Mon, 9 Sep 2024 05:11:44 GMT, David Holmes <dholmes at openjdk.org> wrote:
> I think we need to understand why this happens, as I don't see this being a test issue. I assume the test needs to run under a none-US locale for the problem to arise?
The locale of test enviroment is `en_US.UTF-8`, and this test also fails with `-Xcomp -Duser.language=en -Duser.country=US` options
# locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
-------------
PR Comment: https://git.openjdk.org/jdk/pull/20906#issuecomment-2337448689
More information about the serviceability-dev
mailing list