Other |
---|
tbdUnresolved |
Blocks :
|
|
Blocks :
|
With JDK-8230411 (NUMA aware work gang), worker threads may have multiple task queue for each NUMA nodes. And each worker thread process local queue first and then steal local node queue or foreign node queue. Implement above task queue and task processing mechanism.