On Wed, 30 Oct 2024 02:23:20 GMT, David Holmes <[email protected]> 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