JDK-8156696 : Simplify PtrQueueSet initialization
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Other
  • OS: generic
  • CPU: generic
  • Submitted: 2016-05-10
  • Updated: 2018-11-28
  • Resolved: 2018-11-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 12
12Resolved
Related Reports
Blocks :  
Relates :  
Relates :  
Description
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.

Comments
Fixed as part of the changes for JDK-8214278; I forgot to include this one in the commit message.
28-11-2018