[jdk8u-dev] RFR: 8376352: [8u] Build failure on Windows 32-bit after JDK-8362308

Andrew John Hughes andrew at openjdk.org
Tue Jan 27 18:39:24 UTC 2026


On Mon, 26 Jan 2026 16:19:22 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:

> We see a couple of GHA build failures after the `8u482-ga` merge on Windows 32 bit. See the bug for the build failure traces. This patch proposes to fix it by:
> 
> 1. Defining `ASSOCF_NONE` according to the [doc](https://learn.microsoft.com/en-us/windows/win32/shell/assocf_str) if not already defined. 32-bit Windows only. Tracked in JDK-8376272
> 2. Moving the declaration of `intSize` to the top of the function to make VS Studio 2010 compiles happy. Tracked in JDK-8376352
> 
> Those should be low risk and get GHA builds (on Windows 32 bit) working again. Note those builds run on every new PR. Please review!

Thanks. It just seemed a better solution to use both bugs for the separate issues rather than having one a duplicate. 

This is good to go.

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

Marked as reviewed by andrew (Reviewer).

PR Review: https://git.openjdk.org/jdk8u-dev/pull/752#pullrequestreview-3712844118


More information about the jdk8u-dev mailing list