JDK-8316017 : Refactor timeout handler in PassFailJFrame
  • Type: Bug
  • Component: client-libs
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-09-11
  • Updated: 2024-04-11
  • Resolved: 2023-10-25
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 21 JDK 22 JDK 8
11.0.24-oracleFixed 17.0.12-oracleFixed 21.0.2Fixed 22 b21Fixed 8u421Fixed
Related Reports
Relates :  
Relates :  
Description
Refactor timeout handling in the manual test framework, PassFailJFrame, into an inner class. It helps to keep the code cleaner.
Comments
A pull request was submitted for review. URL: https://git.openjdk.org/jdk21u/pull/387 Date: 2023-11-20 15:33:51 +0000
20-11-2023

Fix request: 21u This changeset cleans up timeout handling PassFailJFrame which is a manual test framework. It affects only the internals of the class. Clean backport on top of JDK-8294156. Low risk.
10-11-2023

Changeset: 3abd7726 Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2023-10-25 13:25:34 +0000 URL: https://git.openjdk.org/jdk/commit/3abd772672a4dfd984459283235f3b1d8fb28a49
25-10-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15668 Date: 2023-09-11 18:18:28 +0000
11-09-2023