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: 2023-10-31
  • 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 22
22 masterFixed
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
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