RFR: 8340731: Cleanup remaining IA64 references in hotspot code [v5]
Amit Kumar
amitkumar at openjdk.org
Thu Nov 28 02:08:44 UTC 2024
On Wed, 27 Nov 2024 06:42:19 GMT, Amit Kumar <amitkumar at openjdk.org> wrote:
>> This PR cleans up `IA64` entries form hotspot codebase.
>>
>> As mentioned in the JBS, I left `zero` component as-it-is:
>>
>> ./cpu/zero/bytecodeInterpreter_zero.hpp:31:#if defined(PPC) || defined(IA64)
>> ./os_cpu/linux_zero/os_linux_zero.cpp:350:#ifdef IA64
>> ./os_cpu/linux_zero/os_linux_zero.cpp:351: // IA64 has two stacks sharing the same area of memory, a normal
>> ./os_cpu/linux_zero/os_linux_zero.cpp:360:#endif // IA64
>>
>>
>> Fastdebug VM Build on Mac-M1 & Linux/s390x is fine. Tests are in progress.
>
> Amit Kumar has updated the pull request incrementally with one additional commit since the last revision:
>
> adds portion of comment back
all GHA test passed. Look like we are good to go. Thanks for the reviews Andrew, David.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22382#issuecomment-2505121505
More information about the hotspot-dev
mailing list