JDK-8170020 : Add helper for shared PtrQueue enqueuing
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2016-11-18
  • Updated: 2019-03-22
  • Resolved: 2019-03-22
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.
Other
tbdResolved
Related Reports
Relates :  
Description
There are various places where an entry is added to either the shared SATBMarkQueue or the shared DirtyCardQueue.  Adding to either of these requires the caller to first lock the queue.  It would be nice to have the locking plus enqueue wrapped up in a convenient package.  A member function of PtrQueue would be the first step.  And perhaps additional wrappers for the barrier set.
Comments
This has been rendered moot by the various changes around JDK-8209974.
22-03-2019