JDK-8098835 : [PIT] Endless loop in JEditorPane
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 9
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-06-16
  • Updated: 2020-07-09
  • Resolved: 2015-07-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 9
9 b76Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
Attached is Swing_JEditorPane/Automated/bug4284162 test. It consistently hangs on Linux (OEL 7 Gnome 3, Ubuntu 12.04 Xfce4) with PIT build for b68 but does pass with b66. I run the test as is and changed someway to do more visual stuff on EDT, it doesn't help.

 Another test is just to mention it here, it is not exactly standalone:
Swing_AllComponents/Automated/LAF_OrientationSuite/JEditorPaneHtmlTest1
It hangs the same way,  visually, as JDK-8078483