Relates :
|
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).
|