Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141925 | emb-9 | Kim Barrett | P4 | Resolved | Fixed | team |
The CardTableExtension class uses BarrierSet::CardTableModRef as it's kind() value, rather than using BarrierSet::CardTableExtension. This appears to have been true basically forever. The class really should be using the more specific kind() value. Doing so will require examining all uses.
- backported by
-
JDK-8141925 CardTableExtension kind() should be BarrierSet::CardTableExtension
-
- Resolved
-