taskqueue.hpp adds some typedefs for OverflowTaskQueue/OverflowTaskQueueSet that are only ever used in parallel gc code.
G1 also has its own OverflowTaskQueue* typedefs; merge them with the ones for parallel gc, and move away those that are used exclusively by one or the other collector.
G1 also has its own OverflowTaskQueue* typedefs; merge them with the ones for parallel gc, and move away those that are used exclusively by one or the other collector.
- duplicates
-
JDK-8238160 Uniformize Parallel GC task queue variable names
-
- Resolved
-