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).
- relates to
-
JDK-8163329 JEP 304: Garbage Collector Interface
- Closed