JDK-8268574 : ProblemList tests failing due to UseBiasedLocking going away
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: svc
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-06-10
  • Updated: 2021-06-15
  • Resolved: 2021-06-10
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 18
18 b01Fixed
Description
To reduce the noise in the JDK18 CI, ProblemList the following four tests:

serviceability/sa/sadebugd/DebugdConnectTest.java 
serviceability/attach/RemovingUnixDomainSocketTest.java 
serviceability/sa/TestJhsdbJstackLock.java 
serviceability/sa/JhsdbThreadInfoTest.java
Comments
Changeset: 2e900da5 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-10 23:08:56 +0000 URL: https://git.openjdk.java.net/jdk/commit/2e900da5f70105c153500908c693b2601fa30477
10-06-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 af18e49d1dc..6a26e69912c 100644 --- a/test/hotspot/jtreg/ProblemList.txt +++ b/test/hotspot/jtreg/ProblemList.txt @@ -102,7 +102,11 @@ runtime/os/TestTracePageSizes.java#with-Serial 8267460 linux-aarch64 # :hotspot_serviceability -serviceability/sa/sadebugd/DebugdConnectTest.java 8239062 macosx-x64 +serviceability/sa/sadebugd/DebugdConnectTest.java 8239062,8268570 generic-all +serviceability/attach/RemovingUnixDomainSocketTest.java 8268570 generic-all +serviceability/sa/TestJhsdbJstackLock.java 8268570 generic-all +serviceability/sa/JhsdbThreadInfoTest.java 8268570 generic-all + serviceability/sa/TestRevPtrsForInvokeDynamic.java 8241235 generic-all resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java 8262386 generic-all
10-06-2021