JDK-8179260 : Replace calls to G1SATBCardTableModRefBS::enqueue() with proper BarrierSet API
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 10
  • Priority: P4
  • Status: Closed
  • Resolution: Withdrawn
  • OS: generic
  • CPU: generic
  • Submitted: 2017-04-25
  • Updated: 2017-04-26
  • Resolved: 2017-04-26
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 10
10Resolved
Related Reports
Relates :  
Description
Currently there are calls to G1SATBCardTableModRefBS::enqueue() scattered over various places. Those should be refactored into a proper API in BarrierSet. This avoids GC specific knowledge in shared code, and will be useful for upcoming concurrent collectors too (e.g. Shenandoah).
Comments
After discussion found out that Erik ��sterlund works on the same.
26-04-2017