JDK-8273516 : ProblemList compiler/c2/Test7179138_1.java in -Xcomp mode on win-X64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86_64
  • Submitted: 2021-09-09
  • Updated: 2021-09-13
  • Resolved: 2021-09-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 18
18 masterFixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing:

compiler/c2/Test7179138_1.java

in -Xcomp mode on Win-X64.
Comments
ILW (from main bug) = MLH = P4
09-09-2021

Changeset: 12f0b771 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-09 00:39:40 +0000 URL: https://git.openjdk.java.net/jdk/commit/12f0b771791614b8a41fc2c62d34481f911109b0
09-09-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 9a98552f228..b075f486f18 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -36,3 +36,5 @@ vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 lin vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 8245680 windows-x64 vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java 8273095 generic-all + +compiler/c2/Test7179138_1.java 8273498 windows-x64
09-09-2021