The ParNew and CMS collectors pad TaskQueues on allocation to prevent inadvertent sharing of cache lines. This should be applied generally to popular TaskQueue instantiations such as TaskQueue<oop>, TaskQueue<StarTask>, etc., that are important to performance.
- relates to
-
JDK-6962947 shared TaskQueue statistics
-
- Resolved
-