Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135686 | emb-9 | Thomas Schatzl | P5 | Resolved | Fixed | team |
G1Allocator::reuse_retained_old_region() directly accesses the _hr_printer and _old_set members of G1CollectedHeap instead of using the long available accessor methods.
While this is allowed as G1Allocator is a friend of G1CollectedHeap it would be cleaner to just use these public members.
While this is allowed as G1Allocator is a friend of G1CollectedHeap it would be cleaner to just use these public members.
- backported by
-
JDK-8135686 Remove some direct accesses of G1Allocator to G1CollectedHeap members
-
- Resolved
-
- relates to
-
JDK-8030849 Investigate high fragmentation/waste in some situations during allocation during GC in G1
-
- Open
-