Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083167 | emb-9 | Kim Barrett | P4 | Resolved | Fixed | team |
The class G1SATBCardTableModRefBS should not inherit from the class CardTableModRefBSForCTRS. The G1 barrier set doesn't actually need any functionality provided by that class (which is really about support for incremental update barriers, which G1 doesn't use) and there is some misplaced or unnecessary code just to support the current inheritance relationship.
- backported by
-
JDK-8083167 G1SATBCardTableModRefBS should not inherit from CardTableModRefBSForCTRS
-
- Resolved
-