> Remove 32-bit x86 specific code from the HotSpot Serviceability Agent > following the removal of 32-bit x86 support. > > - Removed x86-specific implementations and ifdef blocks. > - Renamed files with X86 in the name when they are also used from AMD64, e.g. > `X86Frame` → `AMD64Frame`. > - Cleaned up platform detection logic in `PlatformInfo`. > - Updated documentation references.
Kerem Kat has updated the pull request incrementally with one additional commit since the last revision: Erase obsolete comments ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27844/files - new: https://git.openjdk.org/jdk/pull/27844/files/5ae5c6b4..898568d5 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27844&range=07 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27844&range=06-07 Stats: 7 lines in 2 files changed: 0 ins; 6 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/27844.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27844/head:pull/27844 PR: https://git.openjdk.org/jdk/pull/27844
