G1 manages covered heap-region itself, so the guard, `MemRegion mri = mr.intersection(_covered[i]);`, inside `CardTable::clear` is not needed.
One can call `CardTable::clear_MemRegion` in G1 code.
One can call `CardTable::clear_MemRegion` in G1 code.
- relates to
-
JDK-8303749 Serial: Use more strict card table API
- Resolved
-
JDK-8303824 Parallel: Use more strict card table API
- Resolved