-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 15
-
Component/s: hotspot
-
b19
GenericTaskQueue<>::push_slow exists to handle a case which provably cannot occur. It's presence suggests that case can occur, making the code confusing and wasting a little space and time. It should be removed, with an explantion of why.