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

Amit Kumar amitkumar at openjdk.org
Tue Nov 26 07:29:14 UTC 2024


> 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 three additional commits since the last revision:

 - Update src/hotspot/share/runtime/frame.hpp
   
   Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
 - Update src/hotspot/share/runtime/os.hpp
   
   Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>
 - Update src/hotspot/share/utilities/elfFuncDescTable.hpp
   
   Co-authored-by: David Holmes <62092539+dholmes-ora at users.noreply.github.com>

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/22382/files
  - new: https://git.openjdk.org/jdk/pull/22382/files/6e806524..182fa294

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=22382&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=22382&range=00-01

  Stats: 4 lines in 3 files changed: 0 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/22382.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/22382/head:pull/22382

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


More information about the hotspot-dev mailing list