RFR: 8339783: Implementation of JEP 479: Remove the Windows 32-bit x86 Port [v3]

Magnus Ihse Bursie ihse at openjdk.org
Tue Oct 29 14:47:16 UTC 2024


On Tue, 29 Oct 2024 13:14:44 GMT, Julian Waters <jwaters at openjdk.org> wrote:

>> src/hotspot/os/windows/sharedRuntimeRem.cpp line 28:
>> 
>>> 26: #include "runtime/sharedRuntime.hpp"
>>> 27: 
>>> 28: #ifdef _WIN64
>> 
>> Just a heads up: Due to a bug, this entire file is never used at all
>
> I stand corrected: I forgot about Windows/ARM64. To correct myself: Due to a bug, this file, which is meant for Windows/x64, is used by Windows/ARM64 instead. The consequences of this are unknown

What bug are you referring to that makes this file unused?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/21744#discussion_r1820946983


More information about the nio-dev mailing list