Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278668 | 19 | Albert Yang | P4 | Resolved | Fixed | team |
`G1BlockOffsetTablePart::_object_can_span` is used to assert whether the entry for the first card is zero or not. This field tracks the `ContinuesHumongous` state of the underlying region.
Instead of relying on `HeapRegion` to update this field, BOT can query the region type directly.
Instead of relying on `HeapRegion` to update this field, BOT can query the region type directly.
- backported by
-
JDK-8278668 Drop G1BlockOffsetTablePart::_object_can_span
-
- Resolved
-