JDK-8291926 : 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-04
  • Updated: 2022-08-11
  • Resolved: 2022-08-04
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
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
I put the entries in the wrong ProblemList-Xcomp.txt file.
05-08-2022

Changeset: c48cd886 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-04 19:49:15 +0000 URL: https://git.openjdk.org/jdk/commit/c48cd88652e20638b1b3cc5584fd5eefedd5dbb1
04-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9754 Date: 2022-08-04 19:29:50 +0000
04-08-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index b7454461418..75a6f12f286 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -36,3 +36,8 @@ 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
04-08-2022