RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v13]
Magnus Ihse Bursie
ihse at openjdk.org
Wed Oct 30 10:45:15 UTC 2024
On Wed, 30 Oct 2024 02:23:20 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix 32/64-bit confusion in comment in VirtualMachineImpl.c
>
> src/hotspot/os_cpu/windows_x86/os_windows_x86.cpp line 382:
>
>> 380: i, xmm[1], xmm[0]);
>> 381: }
>> 382: st->print(" MXCSR=" UINT32_FORMAT_X_0, uc->MxCsr);
>
> Is this moved from somewhere else?
No, it was added in `master`. You are looking at a merge commit. (I usually don't merge in master in an ongoing PR but in this case there was a conflict so I had to resolve it.)
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/21744#discussion_r1822345558
More information about the build-dev
mailing list