Re: RFR: 8357079: Fix Windows AArch64 DevKit Creation

2025-06-13 Thread Magnus Ihse Bursie
On Thu, 15 May 2025 22:16:34 GMT, Luigi Montoya wrote: > Fix path for Visual Studio arm64 binaries in createWindowsDevkit.sh > > The DevKit currently created on a Windows AArch64 machine uses the x64 > compiler binaries (e.g. cl.exe). This can be inspected by running "dumpbin > /headers /out:c

Re: [jdk25] RFR: 8359181: Error messages generated by configure --help after 8301197

2025-06-13 Thread Magnus Ihse Bursie
On Fri, 13 Jun 2025 12:09:53 GMT, SendaoYan wrote: > Hi all, > > This pull request contains a backport of commit > [7b7136b4](https://github.com/openjdk/jdk/commit/7b7136b4eca15693cfcd46ae63d644efc8a88d2c) > from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. > > The commit being

[jdk25] RFR: 8359181: Error messages generated by configure --help after 8301197

2025-06-13 Thread SendaoYan
Hi all, This pull request contains a backport of commit [7b7136b4](https://github.com/openjdk/jdk/commit/7b7136b4eca15693cfcd46ae63d644efc8a88d2c) from the [openjdk/jdk](https://git.openjdk.org/jdk) repository. The commit being backported was authored by SendaoYan on 12 Jun 2025 and was review

Re: RFR: 8357079: Fix Windows AArch64 DevKit Creation

2025-06-13 Thread Luigi Montoya
On Fri, 13 Jun 2025 13:58:48 GMT, Magnus Ihse Bursie wrote: >> Fix path for Visual Studio arm64 binaries in createWindowsDevkit.sh >> >> The DevKit currently created on a Windows AArch64 machine uses the x64 >> compiler binaries (e.g. cl.exe). This can be inspected by running "dumpbin >> /head