RFR: 8289797: tools/launcher/I18NArgTest.java fails on Japanese Windows enviromnent

Naoto Sato naoto at openjdk.org
Fri Jul 8 18:44:51 UTC 2022


On Wed, 6 Jul 2022 06:40:32 GMT, KIRIYAMA Takuya <duke at openjdk.org> wrote:

> I removed a section of via JDK_JAVA_OPTIONS because including main class is not allowed in the specification.
> This behavior is added in JDK-8170832, which add JAVA_OPTIONS environment variable. At this time, this test is mismatch with the specification.
> I tried to test and get Passed on Japanese Windows environment.
> Could you review this fix, please?

I agree with Jai here. It would be desirable to convert the incorrect test to something originally intended, ie., tests whether `JDK_JAVA_OPTIONS` env can correctly handle non-ASCII variables.

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

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


More information about the core-libs-dev mailing list