JDK-8258911 : ProblemList serviceability/attach/RemovingUnixDomainSocketTest.java on Linux-X64
  • Type: Sub-task
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: linux
  • CPU: x86_64
  • Submitted: 2020-12-23
  • Updated: 2021-01-04
  • Resolved: 2020-12-23
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 17
17 b03Fixed
Description
The serviceability/attach/RemovingUnixDomainSocketTest.java test
has been failing fairly frequently in the JDK17 CI when it is run with
the "-XX:NativeMemoryTracking=detail" option. We currently only
specify that configuration on linux-x64 so I'm going to ProblemList
serviceability/attach/RemovingUnixDomainSocketTest.java on Linux-X64
Comments
Changeset: e46edb55 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2020-12-23 20:30:27 +0000 URL: https://git.openjdk.java.net/jdk/commit/e46edb55
23-12-2020

Here's the proposed context diff: $ git diff diff --git a/test/hotspot/jtreg/ProblemList.txt b/test/hotspot/jtreg/ProblemList.txt index 4ae9f9c1649..be6e295bf55 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -100,6 +100,8 @@ serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatIntervalTest.java 8214 serviceability/jvmti/HeapMonitor/MyPackage/HeapMonitorStatArrayCorrectnessTest.java 8224150 generic-all serviceability/jvmti/ModuleAwareAgents/ThreadStart/MAAThreadStart.java 8225354 windows-all +serviceability/attach/RemovingUnixDomainSocketTest.java 8248162 linux-x64 + ############################################################################# # :hotspot_misc
23-12-2020