[jdk11u-dev] RFR: 8248238: Implementation: JEP 388: Windows AArch64 Support [v9]
Bernhard Urban-Forster
burban at openjdk.java.net
Thu Nov 4 19:48:22 UTC 2021
On Wed, 3 Nov 2021 10:51:50 GMT, Andrew Haley <aph at openjdk.org> wrote:
> So how are you supposed to get the fixpath.exe on windows/aarch64?
If you do not want to download an arbitrary `.exe` file as described mailing list post linked above (which I totally get), you can just do a build for Windows/x86 and copy over the `fixpath.exe` that was generated by that.
I understand having hacks around the build system issues is less than ideal. Ideally we would backport your WINENV patch to 11, but that would be much more invasive in terms of risk managment. The proposed solution in this PR does at least barely touch other platforms, so the risk for breaking something is rather low imho.
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/301
More information about the jdk-updates-dev
mailing list