JDK-8284689 : ProblemList java/lang/Integer/Unsigned.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-11
  • Updated: 2022-04-14
  • Resolved: 2022-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 19
19 b18Fixed
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing

java/lang/Integer/Unsigned.java

in -Xcomp mode.
Comments
Changeset: 73aa5551 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-04-11 18:56:55 +0000 URL: https://git.openjdk.java.net/jdk/commit/73aa5551e14af9d4b05cfcd0e7c434155b754dca
11-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8184 Date: 2022-04-11 16:57:25 +0000
11-04-2022

Context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList-Xcomp.txt b/test/jdk/ProblemList-Xcomp.txt index 31edd809ccc..37ba68ef714 100644 --- a/test/jdk/ProblemList-Xcomp.txt +++ b/test/jdk/ProblemList-Xcomp.txt @@ -27,4 +27,5 @@ # ############################################################################# +java/lang/Integer/Unsigned.java 8284635 generic-all java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all
11-04-2022