RFR: 8296429: Remove os::supports_sse

Thomas Stuefe stuefe at openjdk.org
Tue Nov 15 13:08:59 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.

This was only relevant on 32-bit anyway right? 

Looks good. 

2.4. was released in 2001, I think its safe to remove.

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

Marked as reviewed by stuefe (Reviewer).

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


More information about the hotspot-dev mailing list