JDK-8304005 : ProblemList serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java on linux-x64 in Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2023-03-10
  • Updated: 2023-03-16
  • Resolved: 2023-03-10
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 21
21 b14Fixed
Description
In order to reduce the noise in the JDK21 CI, I'm ProblemListing:

serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java

on linux-x64 in -Xcomp mode.
Comments
Changeset: d7f4221b Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-03-10 20:10:50 +0000 URL: https://git.openjdk.org/jdk/commit/d7f4221bfe9637a7961f30a25196a0e3161baafd
10-03-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/12983 Date: 2023-03-10 19:53:31 +0000
10-03-2023

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList-Xcomp.txt b/test/hotspot/jtreg/ProblemList-Xcomp.txt index cfc8769608b..2eb969f348f 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -34,6 +34,8 @@ vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java 82456 vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8265295 linux-x64,windows-x64 +serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 8303168 linux-x64 + serviceability/sa/TestJhsdbJstackMixed.java 8248675 linux-aarch64 serviceability/jvmti/VMObjectAlloc/VMObjectAllocTest.java 8288430 generic-all
10-03-2023