-
Bug
-
Resolution: Fixed
-
Major
-
-
2.322,2.319.1
vlatombe observedĀ a test failure which indicated a deadlock between one thread loading TaskListener and another loading StreamTaskListener. The problem was likely TaskListener.NULL, which was in a static initializer but implemented using StreamTaskListener, which in turn needed to load its supertype first.