Integrated: 8340731: Cleanup remaining IA64 references in hotspot code

Amit Kumar amitkumar at openjdk.org
Thu Nov 28 02:08:44 UTC 2024


On Tue, 26 Nov 2024 06:52:51 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.

This pull request has now been integrated.

Changeset: a0df0a52
Author:    Amit Kumar <amitkumar at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/a0df0a527fc3a6954fc08651947a5cfe1455e652
Stats:     85 lines in 17 files changed: 4 ins; 60 del; 21 mod

8340731: Cleanup remaining IA64 references in hotspot code

Reviewed-by: dholmes, aph

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

PR: https://git.openjdk.org/jdk/pull/22382


More information about the hotspot-dev mailing list