JDK-8285868 : x86 intrinsics for floating point method isInfinite
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2022-04-28
  • Updated: 2022-10-24
  • Resolved: 2022-06-02
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 19
19 b26Fixed
Related Reports
Relates :  
Description
The goal is to develop faster x86 intrinsics for floating point class checks in Float and Double class methods: isNaN(), isFinite() and isInfinite() using vfpclasss/d instructions.
Comments
Changeset: 7f44f572 Author: vamsi-parasa <srinivas.vamsi.parasa@intel.com> Committer: Jatin Bhateja <jbhateja@openjdk.org> Date: 2022-06-02 17:42:42 +0000 URL: https://git.openjdk.java.net/jdk/commit/7f44f572ea451a1f38b446a6ef64ffb27e3eb3fe
02-06-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8459 Date: 2022-04-28 23:02:47 +0000
28-04-2022