JDK-8292061 : ProblemList serviceability/attach/ConcAttachTest.java on linux-all
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 20
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: generic
  • Submitted: 2022-08-08
  • Updated: 2022-08-11
  • Resolved: 2022-08-08
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 b10Fixed
Description
In order to reduce noise in the JDK20 CI, I'm ProblemListing:

serviceability/attach/ConcAttachTest.java

on linux-all.
Comments
Changeset: eb8b7890 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2022-08-08 19:39:02 +0000 URL: https://git.openjdk.org/jdk/commit/eb8b789015c98cb5fe7ba788e71f3f6166884739
08-08-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/9795 Date: 2022-08-08 19:30:09 +0000
08-08-2022

Here's the context diffs for the proposed fix: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 62f192879a1..147c1b3f5a5 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -121,6 +121,7 @@ serviceability/sa/ClhsdbPmap.java#core 8269982,8267433 macosx-aarch64,macosx-x64 serviceability/sa/ClhsdbPstack.java#core 8269982,8267433 macosx-aarch64,macosx-x64 serviceability/sa/TestJmapCore.java 8269982,8267433 macosx-aarch64,macosx-x64 serviceability/sa/TestJmapCoreMetaspace.java 8269982,8267433 macosx-aarch64,macosx-x64 +serviceability/attach/ConcAttachTest.java 8290043 linux-all #############################################################################
08-08-2022