-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: 7
-
Component/s: client-libs
-
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
-