JDK-8295379 : ProblemList java/lang/Float/Binary16Conversion.java in Xcomp mode on x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2022-10-15
  • Updated: 2022-10-17
  • Resolved: 2022-10-15
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 20
20 masterFixed
Description
In order to reduce the noise in JDK20 CI, I'm ProblemListing:

java/lang/Float/Binary16Conversion.java

in -Xcomp mode on generic-x64.
Comments
Changeset: e7d0ab22 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-10-15 14:50:10 +0000 URL: https://git.openjdk.org/jdk/commit/e7d0ab227ff86bb65abf7fbeb135ce657454200b
15-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10719 Date: 2022-10-15 14:29:18 +0000
15-10-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList-Xcomp.txt b/test/jdk/ProblemList-Xcomp.txt index b486c2ba108..318b3bc0aa0 100644 --- a/test/jdk/ProblemList-Xcomp.txt +++ b/test/jdk/ProblemList-Xcomp.txt @@ -32,3 +32,4 @@ java/lang/ref/ReferenceEnqueue.java 8284236 generic-all com/sun/jdi/JdbLastErrorTest.java 8293829 windows-x64 +java/lang/Float/Binary16Conversion.java 8295351 generic-x64
15-10-2022