JDK-8291992 : [REDO2] ProblemList multiple tests in -Xcomp mode due to JDK-8291649
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 20
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86_64
  • Submitted: 2022-08-05
  • Updated: 2022-08-11
  • Resolved: 2022-08-05
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 b10Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
Redoing this one with the correct ProblemList-Xcomp.txt file...
and remembering to commit the correct file also.

In order to reduce the noise in the JDK20 CI, I'm ProblemListing: 

java/util/zip/TestCRC32C.java 
java/util/zip/TestChecksum.java 
java/lang/Long/BitTwiddle.java 
java/lang/Integer/BitTwiddle.java 

in -Xcomp mode for generic-x64.
Comments
ILW = Same as JDK-8291926 = P2
08-08-2022

Changeset: b66a0d16 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-05 21:56:54 +0000 URL: https://git.openjdk.org/jdk/commit/b66a0d1613302aa4130328fb08116de778a49a77
05-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9786 Date: 2022-08-05 21:45:53 +0000
05-08-2022

Context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList-Xcomp.txt b/test/jdk/ProblemList-Xcomp.txt index df1b9da12b0..7569ca406e9 100644 --- a/test/jdk/ProblemList-Xcomp.txt +++ b/test/jdk/ProblemList-Xcomp.txt @@ -29,3 +29,8 @@ java/lang/invoke/MethodHandles/CatchExceptionTest.java 8146623 generic-all java/lang/ref/ReferenceEnqueue.java 8284236 generic-all + +java/lang/Integer/BitTwiddle.java 8291649 generic-x64 +java/lang/Long/BitTwiddle.java 8291649 generic-x64 +java/util/zip/TestCRC32C.java 8291649 generic-x64 +java/util/zip/TestChecksum.java 8291649 generic-x64
05-08-2022