JDK-8319067 : ProblemList serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java on linux-aarch64 in Xcomp mode
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: aarch64
  • Submitted: 2023-10-29
  • Updated: 2025-07-06
  • Resolved: 2023-10-29
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 JDK 22
21.0.9Fixed 22 b22Fixed
Description
In order to reduce the noise in the JDK22 CI, I'm ProblemListing:

serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java

on linux-aarch64 in -Xcomp mode. The test is already ProblemListed
in -Xcomp mode for linux-x64.
Comments
[jdk21u-fix-request] Approval Request from Sergey Bylokhov Clean backport. The problem list is updated for one test.
03-07-2025

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/jdk21u-dev/pull/1935 Date: 2025-07-02 23:10:40 +0000
02-07-2025

Changeset: ce0ca476 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2023-10-29 14:16:26 +0000 URL: https://git.openjdk.org/jdk/commit/ce0ca476416cb6f96d4b6b4852144382d6abf717
29-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/16410 Date: 2023-10-29 14:12:00 +0000
29-10-2023

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 86c31456716..1f0a265ab22 100644 --- a/test/hotspot/jtreg/ProblemList-Xcomp.txt +++ b/test/hotspot/jtreg/ProblemList-Xcomp.txt @@ -34,7 +34,7 @@ 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/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java 8303168 linux-all serviceability/sa/ClhsdbInspect.java 8283578 windows-x64
29-10-2023