[jdk8u-dev] RFR: 8376352: [8u] Build failure on Windows 32-bit after January 2026 CPU integration
Andrew John Hughes
andrew at openjdk.org
Tue Jan 27 14:57:01 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.
> 2. Moving the declaration of `intSize` to the top of the function to make VS Studio 2010 compiles happy.
>
> 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!
Can you use [JDK-8376272](https://bugs.openjdk.org/browse/JDK-8376272) for this which I already filed? The description is more specific to the actual issue.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/752#issuecomment-3805675937
More information about the jdk8u-dev
mailing list