JDK-8260685 : ProblemList 2 compiler/jvmci/compilerToVM tests in Xcomp configs
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-01-30
  • Updated: 2021-02-04
  • Resolved: 2021-01-30
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 17
17 b08Fixed
Description
The following two tests are failing frequently in the JDK17 CI:

compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java
compiler/jvmci/compilerToVM/IsMatureTest.java 

I'm ProblemListing them in Xcomp configs to reduce the noise in the CI.
Comments
ILW = Same as JDK-8219555 = P4
01-02-2021

Changeset: a61ff87c Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-01-30 15:23:34 +0000 URL: https://git.openjdk.java.net/jdk/commit/a61ff87c
30-01-2021

Here's the proposed context diff: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index 35cc36d97e0..62fe43f384c 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -28,3 +28,5 @@ ############################################################################# vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 generic-all +compiler/jvmci/compilerToVM/IsMatureTest.java 8219555 generic-all +compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java 8219555 generic-all
30-01-2021