-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b49
-
generic
-
generic
Doug Lea writes:
If a user-supplied ThreadFactory fails to create a new thread
(instead returning null or throwing a RuntimeException) a
ThreadPoolExecutor may enter a state where it in turn will
fail in a possibly-unpredictable fashion.
If a user-supplied ThreadFactory fails to create a new thread
(instead returning null or throwing a RuntimeException) a
ThreadPoolExecutor may enter a state where it in turn will
fail in a possibly-unpredictable fashion.