JDK-8269316 : ProblemList vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java on Linux-X64 -Xcomp
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2021-06-24
  • Updated: 2021-07-15
  • Resolved: 2021-06-24
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 JDK 18
17 b29Fixed 18Fixed
Description
In order to reduce the noise in the CIs, I'm ProblemListing
vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java
on Linux-X64 in -Xcomp mode.

This test is already ProblemListing on Win-X64 in -Xcomp mode.
Comments
I changed this from P4 to P3. A P4 can't go into jdk17 after Rampdown Phase One unless it's a testbug, right?
24-06-2021

ProblemListing changes are like test bugs so they can go in as P4s after we enter RDP1.
24-06-2021

Changeset: cfa6a995 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-24 20:27:56 +0000 URL: https://git.openjdk.java.net/jdk17/commit/cfa6a995e10ebce70c714b7060554d7411b8cf6f
24-06-2021

ILW = noise in CI, no workaround = MMH = P3
24-06-2021

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 89642be69a5..376d22908db 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -31,4 +31,4 @@ compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java 8268033 generic-x64 vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 generic-all -vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 windows-x64 +vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64
24-06-2021