JDK-8273462 : ProblemList vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-09-08
  • Updated: 2021-09-13
  • Resolved: 2021-09-08
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 b14Fixed
Description
In order to reduce the noise in the JDK18 CI, I'm ProblemListing

vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java

in -Xcomp mode.
Comments
Changeset: 8884d2f8 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-09-08 00:34:11 +0000 URL: https://git.openjdk.java.net/jdk/commit/8884d2f854fafdc5f775fce557053d072e4a882c
08-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 855f3b1a1ad..9a98552f228 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -34,3 +34,5 @@ vmTestbase/nsk/jvmti/SetFieldAccessWatch/setfldw001/TestDescription.java 8205957 vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64 vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 8245680 windows-x64 + +vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java 8273095 generic-all
08-09-2021