RFR: 8361207: Build native Windows ARM64 MSI packages

Sebastian Stenzel duke at openjdk.org
Wed Sep 3 18:05:57 UTC 2025


On Wed, 2 Jul 2025 11:15:00 GMT, Armin Schrenk <duke at openjdk.org> wrote:

> Add support for native ARM64 Windows MSI pacakges to jpackage.
> 
> For some reasoning and more info, check out the ticket on JBS: https://bugs.openjdk.org/browse/JDK-8361207.

@robilad asked me to confirm @infeo's identity via email on August 1st. I replied within an hour. Can you please re-check your emails?

src/jdk.jpackage/windows/classes/jdk/jpackage/internal/WixFragmentBuilder.java line 166:

> 164:         }
> 165:     }
> 166: 

isn't this enum definition redundant? Why not use `Architecture.current()` in WixPipeline's switch expressions?

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

PR Comment: https://git.openjdk.org/jdk/pull/26093#issuecomment-3232432146
PR Review Comment: https://git.openjdk.org/jdk/pull/26093#discussion_r2249253253


More information about the core-libs-dev mailing list