JDK-8286442 : ProblemList compiler/c2/irTests/TestSkeletonPredicates.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 19
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-05-09
  • Updated: 2022-05-16
  • Resolved: 2022-05-09
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 b22Fixed
Related Reports
Cloners :  
Description
In order to reduce the noise in the JDK19 CI, I'm ProblemListing:

compiler/c2/irTests/TestSkeletonPredicates.java

in -Xcomp mode.
Comments
This change went into jdk-19+22-1551 but unfortunately was (mistakenly?) undone by JDK- 8286368 in jdk-19+22-1576, so we need to re-do this.
16-05-2022

ILW = same as 8286361 = MMM = P3
09-05-2022

Changeset: c28a6361 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-05-09 21:35:20 +0000 URL: https://git.openjdk.java.net/jdk/commit/c28a63617dd64e009df8b548d58d2dd72579a3ad
09-05-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8612 Date: 2022-05-09 21:23:12 +0000
09-05-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 8d709da5b14..e4f702aaf8d 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -35,6 +35,8 @@ vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 82456 serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 +compiler/c2/irTests/TestSkeletonPredicates.java 8286361 generic-all + ############################################################################# # Loom
09-05-2022