JDK-8269534 : Remove java/util/concurrent/locks/Lock/TimedAcquireLeak.java from ProblemList.txt
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 17
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: os_x
  • CPU: aarch64
  • Submitted: 2021-06-28
  • Updated: 2021-07-15
  • Resolved: 2021-06-28
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 JDK 18
17 b29Fixed 18Fixed
Description
The parent bug is being resolved as a duplicate of JDK-8262896
so this sub-task will be used to remove the test from the
test/jdk/ProblemList.txt file.
Comments
Changeset: 20640a57 Author: Daniel D. Daugherty <dcubed@openjdk.org> Date: 2021-06-28 17:30:41 +0000 URL: https://git.openjdk.java.net/jdk17/commit/20640a57f3a352a046006d4795afa4a64f4dc92d
28-06-2021

Here's the context diff for the proposed fix: $ git diff diff --git a/test/jdk/ProblemList.txt b/test/jdk/ProblemList.txt index 636233e5c97..fe276c8a974 100644 --- a/test/jdk/ProblemList.txt +++ b/test/jdk/ProblemList.txt @@ -785,8 +785,6 @@ com/sun/jdi/AfterThreadDeathTest.java 8232839 linux-al # jdk_util -java/util/concurrent/locks/Lock/TimedAcquireLeak.java 8262897 macosx-aarch64 - ############################################################################ # jdk_instrument
28-06-2021