On Thu, 19 Oct 2023 04:43:06 GMT, Serguei Spitsyn <[email protected]> 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