RFR: 8340731: Cleanup remaining IA64 references in hotspot code [v5]

Andrew Haley aph at openjdk.org
Wed Nov 27 10:50:40 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

Marked as reviewed by aph (Reviewer).

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

PR Review: https://git.openjdk.org/jdk/pull/22382#pullrequestreview-2464661670


More information about the hotspot-dev mailing list