RFR: 7903206: Support MSYS2 for building jtreg on Windows

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Jun 9 09:02:17 UTC 2022


On Thu, 9 Jun 2022 08:13:20 GMT, Christian Stein <cstein at openjdk.org> wrote:

> 7903206: Support MSYS2 for building jtreg on Windows

make/Defs.gmk line 59:

> 57: endif
> 58: 
> 59: ifneq (,$(findstring MSYS,$(SYSTEM_UNAME)))

Look for MINGW as well; depending on how MSYS2 is configured, it can present itself as MSYS, MINGW32 or MINGW64 (the default).

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

PR: https://git.openjdk.java.net/jtreg/pull/87


More information about the jtreg-dev mailing list