JDK-8284886 : javax/swing/text/html/parser/Parser/8078268/bug8078268.java is empty 8u
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 8u121
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-04-14
  • Updated: 2022-04-19
  • 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 8
8u341 masterFixed
Related Reports
Relates :  
Description
The test files in javax/swing/text/html/parser/Parser/8078268/ are empty:

jdk8u> ls -l jdk/test/javax/swing/text/html/parser/Parser/8078268/
total 0
-rw-r--r-- 1 <user> None 0 Apr 14 15:01 bug8078268.java
-rw-r--r-- 1 <user> None 0 Jan 18 21:49 slowparse.html

Comments
Now JDK-8264526 and JDK-8284884 can be backported.
19-04-2022

The fix put the original test files from JDK-8078268 into repo: jdk8u> ls -l jdk/test/javax/swing/text/html/parser/Parser/8078268/ total 576K -rw-r--r-- 1 <user> None 2.6K Apr 14 15:28 bug8078268.java -rw-r--r-- 1 <user> None 572K Apr 14 15:28 slowparse.html The test fails with 8u111 and passes with 8u112 where the original bug was fixed.
19-04-2022

Backports of JDK-8078268 to 8u contain the fix to src/share/classes/javax/swing/text/html/parser/Parser.java but the test files bug8078268.java and slowparse.html are empty.
14-04-2022