RFR: 8355577: Remove old sparc remnants in the hotspot linux code
Matthias Baesken
mbaesken at openjdk.org
Mon Apr 28 06:23:45 UTC 2025
On Sat, 26 Apr 2025 02:09:57 GMT, Zhengyu Gu <zgu at openjdk.org> wrote:
> `arch_array` also contains SPARC specific definition, e.g. https://github.com/openjdk/jdk/blob/master/src/hotspot/os/linux/os_linux.cpp#L1754, you might want to remove them as well.
>From what I see, this array is used to parse/check libraries from other cpu platforms (also alpha, MIPS etc.) so this contains also platforms not supported by jdk. But how likely it is these days to run into those libs is another story, probably very unlikely.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/24873#issuecomment-2834093475
More information about the hotspot-runtime-dev
mailing list