-
Bug
-
Resolution: Not an Issue
-
P4
-
7
-
generic
-
generic
by ###@###.###:
I believe the fix is incomplete. The shutdown hook only
calls ExecutorService#shutdown but it also needs to call
#awaitTermination. #shutdown does not block. I've seen this
happen several times, the #shutdown method's naming is
unfortunate.
I believe the fix is incomplete. The shutdown hook only
calls ExecutorService#shutdown but it also needs to call
#awaitTermination. #shutdown does not block. I've seen this
happen several times, the #shutdown method's naming is
unfortunate.
- relates to
-
JDK-6480289 Replace ThreadPool creation code in SwingWorker with java.util.concurrent
- Closed