On Thu, 14 Aug 2025 23:59:23 GMT, Saint Wesonga <d...@openjdk.org> wrote:
> [ml64](https://learn.microsoft.com/en-us/cpp/assembler/masm/ml-and-ml64-command-line-reference?view=msvc-170) > is set as the assembler for the Windows platform but is specific to the x64 > platform. The > [armasm64](https://learn.microsoft.com/en-us/cpp/assembler/arm/arm-assembler-command-line-reference?view=msvc-170) > assembler should be used for Windows AArch64. > > The -c and -Ta options are only valid for ml64 and -Ta can be removed from > CompileFile.gmk (assembling for x64 works without it). This pull request has now been integrated. Changeset: a6294242 Author: Saint Wesonga <saint.weso...@microsoft.com> Committer: SendaoYan <s...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/a62942424858178ce99cd5df0e4d484620b1631d Stats: 18 lines in 3 files changed: 13 ins; 0 del; 5 mod 8365579: ml64.exe is not the right assembler for Windows aarch64 Reviewed-by: jwaters, ihse, erikj ------------- PR: https://git.openjdk.org/jdk/pull/26791