JDK-8214278 : Cleanup process_completed_threshold and related state
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 12
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-11-24
  • Updated: 2019-03-11
  • 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
12 b23Fixed
Related Reports
Relates :  
Description
PtrQueueSet has several related values controlling what action should be taken when a buffer is complete. Some of these values have complicated semantics, with negative or 0 values being special and disabling the normal range-based behavior. Things could be simplified by just using size_t with obvious range-based behavior. The variables in question are:

_process_completed_threshold
_max_completed_queue
_completed_queue_padding