The initialization of the _process_completed_threshold and _max_completed_queue members could be simplified by giving them default "initially disabled" values in the constructor, and using the setters in the couple of places where other values are needed, rather than having the initialize() functions deal with them.
- blocks
-
JDK-8137022 Concurrent refinement thread adjustment and (de-)activation suboptimal
- Resolved
- relates to
-
JDK-8213352 Separate BufferNode allocation from PtrQueueSet
- Resolved
-
JDK-8214278 Cleanup process_completed_threshold and related state
- Resolved