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

Vladimir Kozlov kvn at openjdk.org
Wed Oct 30 19:36:33 UTC 2024


On Wed, 30 Oct 2024 11:18:27 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 one additional commit since the last revision:
> 
>   Error in os_windows.cpp for unknown cpu

There are several combinations of `#ifdef _WINDOWS / #ifdef _LP64` in `src/hotspot//cpu/x86/vm_version_x86.cpp` and may be other places: https://github.com/openjdk/jdk/blob/master/src/hotspot/cpu/x86/vm_version_x86.cpp#L515

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

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


More information about the nio-dev mailing list