Integrated: 8357079: Fix Windows AArch64 DevKit Creation

Luigi Montoya duke at openjdk.org
Fri Jun 27 06:14:52 UTC 2025


On Thu, 15 May 2025 22:16:34 GMT, Luigi Montoya <duke at openjdk.org> 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:cl.txt cl.exe" on the compiler in the generated DevKit and inspecting the machine architecture line. It should instead use the native Windows AArch64 compiler binaries

This pull request has now been integrated.

Changeset: 6d05a1d3
Author:    Luigi Montoya <luiseduardom at microsoft.com>
Committer: Erik Joelsson <erikj at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/6d05a1d3f492b6f06b603ae2bb0d03dfb6c8b8f2
Stats:     30 lines in 1 file changed: 29 ins; 0 del; 1 mod

8357079: Fix Windows AArch64 DevKit Creation

Reviewed-by: erikj, ihse

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

PR: https://git.openjdk.org/jdk/pull/25259


More information about the build-dev mailing list