RFR: 8357079: Fix Windows AArch64 DevKit Creation [v2]

Erik Joelsson erikj at openjdk.org
Tue Jun 24 07:46:32 UTC 2025


On Mon, 23 Jun 2025 18:54:10 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
>
> Luigi Montoya has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Add documentation of what devkit will be created

This looks great, thanks!

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

Marked as reviewed by erikj (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/25259#pullrequestreview-2952544790


More information about the build-dev mailing list