JDK-8351152 : x86: Remove code blocks that handle UseSSE < 2
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2025-03-04
  • Updated: 2025-04-24
  • Resolved: 2025-04-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 25
25 b19Fixed
Description
32-bit x86 was the platform that supported UseSSE < 2. 64-bit x86 baselines on UseSSE >= 2. After 32-bit x86 code is gone, we can remove all code blocks that are there to support UseSSE < 2.
Comments
Changeset: cf0308b2 Branch: master Author: Aleksey Shipilev <shade@openjdk.org> Date: 2025-04-11 07:10:41 +0000 URL: https://git.openjdk.org/jdk/commit/cf0308b2716053eb7c547cfcc6b160589cd6a2b0
11-04-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk/pull/24484 Date: 2025-04-07 09:55:16 +0000
09-04-2025