JDK-8291990 : [REDO] ProblemList multiple tests in -Xcomp mode due to JDK-8291649
  • Type: Sub-task
  • 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 :  
Description
Redoing this one with the correct ProblemList-Xcomp.txt file...

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

My commit only included one of the two files that needed to be changed. Sigh...
05-08-2022

Changeset: 9bff3b76 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-05 21:36:11 +0000 URL: https://git.openjdk.org/jdk/commit/9bff3b76f2e5d0ecede6c0d4042f65d377a28325
05-08-2022

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

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 75a6f12f286..b7454461418 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -36,8 +36,3 @@ vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 lin serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 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 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