On Wed, 6 Jul 2022 06:40:32 GMT, KIRIYAMA Takuya <d...@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