RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v17]
Vladimir Kozlov
kvn at openjdk.org
Fri Nov 1 18:13:58 UTC 2024
On Fri, 1 Nov 2024 16:04:55 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> This is the implementation of [JEP 479: _Remove the Windows 32-bit x86 Port_](https://openjdk.org/jeps/479).
>>
>> This is the summary of JEP 479:
>>> Remove the source code and build support for the Windows 32-bit x86 port. This port was [deprecated for removal in JDK 21](https://openjdk.org/jeps/449) with the express intent to remove it in a future release.
>
> Magnus Ihse Bursie has updated the pull request incrementally with two additional commits since the last revision:
>
> - Remove superfluous check for 64-bit on Windows in MacroAssembler::call_clobbered_xmm_registers
> - Remove windows-32-bit code in CompilerConfig::ergo_initialize
Okay, I am confuse about `_WIN32` vs `WIN32`.
You are saying that "_WIN32 is still defined on 64-bit Windows" but you are removing code guarded by `#ifdef _WIN32`
And our make files defines `WIN32` for all Windows OSs: https://github.com/openjdk/jdk/blob/master/make/autoconf/flags-cflags.m4#L470
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21744#issuecomment-2452349567
More information about the core-libs-dev
mailing list