-
Bug
-
Resolution: Not an Issue
-
P3
-
8, 9, 10
-
x86_64
-
windows_7
FULL PRODUCT VERSION :
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The fix forJDK-6557137 is not present.
Although this ticket is tagged as "Fixed" in version "7" it seems that it is not the case.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The done() is executed for all SwingWorkers.
ACTUAL -
The done() is not executed for all SwingWorkers
REPRODUCIBILITY :
This bug can be reproduced always.
java version "1.8.0_144"
Java(TM) SE Runtime Environment (build 1.8.0_144-b01)
Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
A DESCRIPTION OF THE PROBLEM :
The fix for
Although this ticket is tagged as "Fixed" in version "7" it seems that it is not the case.
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The done() is executed for all SwingWorkers.
ACTUAL -
The done() is not executed for all SwingWorkers
REPRODUCIBILITY :
This bug can be reproduced always.
- relates to
-
JDK-6557137 SwingWorker does not change the state to DONE on exception in done
-
- Closed
-