JDK-8280820 : Clean up bug8033699 and bug8075609.java tests: regtesthelpers aren't used
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 7u91,8u60,9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-01-27
  • Updated: 2022-03-30
  • Resolved: 2022-02-09
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 19
19 b10Fixed
Related Reports
Relates :  
Description
Both javax/swing/JRadioButton/8075609/bug8075609.java and javax/swing/JRadioButton/8075609/bug8075609.java tests do not use regtesthelpers, so the reference to the library and building Util class can be removed from the test description.

When the bug8075609.java test disposes of the frame, it accesses it from the main thread.
Comments
Changeset: fd8a3dcc Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-02-09 19:12:20 +0000 URL: https://git.openjdk.java.net/jdk/commit/fd8a3dcc52dc5d6b62edd83eacef5934f6294e80
09-02-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/7322 Date: 2022-02-02 13:38:36 +0000
02-02-2022

This test should also iterate over all the available Look and Feels: JDK-8280821
27-01-2022