JDK-8277346 : ProblemList 7 serviceability/sa tests on macosx-x64
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc-agent
  • Affected Version: 17,18
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: x86_64
  • Submitted: 2021-11-17
  • Updated: 2022-11-29
  • Resolved: 2021-11-17
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 11 JDK 17 JDK 18
11.0.19-oracleFixed 17.0.3-oracleFixed 18 b25Fixed
Related Reports
Relates :  
Description
I'm ProblemListing the following 7 serviceability/sa tests on macosx-x64:

serviceability/sa/ClhsdbCDSCore.java
serviceability/sa/ClhsdbFindPC.java#no-xcomp-core
serviceability/sa/ClhsdbFindPC.java#xcomp-core
serviceability/sa/ClhsdbPmap.java#core
serviceability/sa/ClhsdbPstack.java#core
serviceability/sa/TestJmapCore.java
serviceability/sa/TestJmapCoreMetaspace.java

in order to determine if that helps solve the Mach5 test task
"timeouts in execution" problem that we're seeing.
Comments
Fix request (17u) Align with oracle-jdk17. The change sidelines 7 tests for macosx-x86_64/aarch64. 4 of them were there for macosx-aarch64. Rename them using jtreg's default naming scheme.
14-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk17u-dev/pull/790 Date: 2022-10-13 17:38:32 +0000
13-10-2022

Changeset: ce4471f8 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-11-17 21:23:38 +0000 URL: https://git.openjdk.java.net/jdk/commit/ce4471f806e51bc9f9ad746b69ba490443947110
17-11-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index b4bb635d7c9..8c75d39faf6 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -118,10 +118,13 @@ serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all serviceability/dcmd/gc/RunFinalizationTest.java 8227120 linux-all,windows-x64 -serviceability/sa/ClhsdbCDSCore.java 8269982 macosx-aarch64 -serviceability/sa/ClhsdbFindPC.java#xcomp-core 8269982 macosx-aarch64 -serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8269982 macosx-aarch64 -serviceability/sa/ClhsdbPstack.java#core 8269982 macosx-aarch64 +serviceability/sa/ClhsdbCDSCore.java 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/sa/ClhsdbFindPC.java#xcomp-core 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/sa/ClhsdbFindPC.java#no-xcomp-core 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/sa/ClhsdbPmap.java#core 8267433 macosx-x64 +serviceability/sa/ClhsdbPstack.java#core 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/sa/TestJmapCore.java 8267433 macosx-x64 +serviceability/sa/TestJmapCoreMetaspace.java 8267433 macosx-x64 #############################################################################
17-11-2021