Other |
---|
tbdUnresolved |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
While looking at JDK-8152438, we found that every user of the OverflowTaskQueue implements (and copies) some kind of strategy on how to manage the tasks within the various queues, implementing them somewhere into the code. One very good refactoring would be to encapsulate these strategies, wrapping OverflowTaskQueue with a more simple interface (like push/pop/steal/is_empty only).