RFR: 8318410: [TESTBUG] jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows [v2]
Kimura Yukihiro
kyukihiro at openjdk.org
Thu Oct 19 07:54:48 UTC 2023
On Thu, 19 Oct 2023 04:43:06 GMT, Serguei Spitsyn <sspitsyn at openjdk.org> wrote:
>> Kimura Yukihiro has updated the pull request incrementally with one additional commit since the last revision:
>>
>> 8318410: [TESTBUG] jdk/java/lang/instrument/BootClassPath/BootClassPathTest.sh fails on Japanese Windows
>
> test/jdk/java/lang/instrument/BootClassPath/Setup.java line 49:
>
>> 47: String premainClass = args[1];
>> 48: boolean isCygwin = false;
>> 49: if (args.length==3 && args[2].equals("CYGWIN")) {
>
> Nit: Could you, please, add spaces around `==`?
Thank you for your advice.
I fixed it as you mentioned.
Thanks,
Kimura Yukihiro
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16235#discussion_r1365064945
More information about the serviceability-dev
mailing list