RFR: 8296429: Remove os::supports_sse
Claes Redestad
redestad at openjdk.org
Tue Nov 15 14:04:56 UTC 2022
On Tue, 15 Nov 2022 12:42:48 GMT, Claes Redestad <redestad at openjdk.org> wrote:
> os::supports_sse only exists to be backwards compatible with linux kernels older than 2.4, which may not have SSE support. Since support for 2.2.x kernels ended in 2004 I think we can safely clean this out.
Correct, the check for kernel version only happens on 32-bit linux.
-------------
PR: https://git.openjdk.org/jdk/pull/11164
More information about the hotspot-dev
mailing list