JDK-8284884 : Replace polling with waiting in javax/swing/text/html/parser/Parser/8078268/bug8078268.java
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9,17
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-14
  • Updated: 2022-11-03
  • Resolved: 2022-04-15
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 19 JDK 8
11.0.18-oracleFixed 17.0.4-oracleFixed 19 b19Fixed 8u371Fixed
Related Reports
Relates :  
Relates :  
Description
The javax/swing/text/html/parser/Parser/8078268/bug8078268.java test uses active polling mechanism which can be replaced with more efficient waiting on a CountDownLatch.
Comments
Fix request [11u] I backport this for parity with 11.0.17-oracle. No risk, only a test change. Clean backport. Test passes. SAP nighlty testing passed.
11-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk11u-dev/pull/1426 Date: 2022-10-10 06:59:53 +0000
10-10-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk17u-dev/pull/353 Date: 2022-04-20 14:22:49 +0000
20-04-2022

Fix Request (17u): Should get backported for parity with 17.0.4-oracle. Applies cleanly. Test has passed.
20-04-2022

Changeset: 53580b33 Author: Alexey Ivanov <aivanov@openjdk.org> Date: 2022-04-15 13:55:06 +0000 URL: https://git.openjdk.java.net/jdk/commit/53580b336ac83addfaf20763e37781cebec7c531
15-04-2022

A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk/pull/8252 Date: 2022-04-14 20:25:56 +0000
14-04-2022