Some gc stack draining code (e.g., the PSPromotionManager routines that drain stacks) processes the overflow stack first to enable other threads without work to steal from the queue. This could be improved to enable even more stealing by transferring a number of objects from the overflow stack to the queue before processing them.
- relates to
-
JDK-6957084 simplify TaskQueue overflow handling
-
- Closed
-