On Tue, 19 May 2026 14:14:49 GMT, Aleksey Shipilev <[email protected]> wrote:
> These look okay. I was wondering about `isCygwin=true` bit. But I don't think > that flag is used anywhere? The direct string search for `isCygwin` yields no > interesting hits. So it is irrelevant for MSYS2/MINGW path either way. MSYS2 is based on Cygwin (But very different), but to my knowledge MSYS here refers to MSYS2 with the MSYS shell and MINGW refers to the shells that use the MinGW 64 bit C runtime, so setting isCygwin = true for either would not be correct. ------------- PR Comment: https://git.openjdk.org/jdk/pull/31204#issuecomment-4497422052
