JDK-8288530 : ProblemList serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java in -Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2022-06-15
  • Updated: 2022-06-15
  • Resolved: 2022-06-15
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 20
20 masterFixed
Description
In order to reduce the noise in the JDK20 CI, I'm ProblemListing:

serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java

in -Xcomp mode.
Comments
Changeset: 9ff40346 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-06-15 21:19:31 +0000 URL: https://git.openjdk.org/jdk/commit/9ff40346dd45ae1607785bb242d9db10562fb99a
15-06-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9173 Date: 2022-06-15 20:18:12 +0000
15-06-2022

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 9d477cc5fb9..781ff1ea94b 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -39,3 +39,5 @@ serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 8245680 windows-x64 vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64 + +serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all
15-06-2022