RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v15]

Magnus Ihse Bursie ihse at openjdk.org
Fri Nov 1 15:55:39 UTC 2024


On Wed, 30 Oct 2024 19:37:47 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

> Bug in macroAssembler_x86.cpp - should be _WINDOWS

So what does that mean? That the code is currently broken and is incorrectly included on Windows? If so, it should be fixed in a separate PR. Or is it just a stylistic issue, that both `_WINDOWS` and `WINDOWS` are defined when building hotspot on Windows, but the rule is to stick to `_WINDOWS`? If so, I can sneak in a fix for it here, even if it is not really part of the x86 removal.

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

PR Comment: https://git.openjdk.org/jdk/pull/21744#issuecomment-2452112264


More information about the core-libs-dev mailing list