-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: core-libs
-
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.