On Fri, 8 Nov 2024 11:31:40 GMT, Magnus Ihse Bursie <i...@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:
> 
>   Inline buildJniFunctionName

src/hotspot/os/posix/include/jvm_md.h line 41:

> 39: 
> 40: #define JNI_ONLOAD_SYMBOLS   {"JNI_OnLoad"}
> 41: #define JNI_ONUNLOAD_SYMBOLS {"JNI_OnUnload"}

are these changes related to the Windows 32-bit x86 port?

src/hotspot/os/posix/os_posix.cpp line 699:

> 697: }
> 698: 
> 699: void os::print_jni_name_prefix_on(outputStream* st, int args_size) {

are these changes related to the Windows 32-bit x86 port?

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

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

Reply via email to