Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141934 | emb-9 | Thomas Schatzl | P4 | Resolved | Fixed | team |
There is extraneous Young/OldPLAB size checking in the G1CollectedHeap constructor at lines 185-191 in G1CollectorPolicy.cpp. (After the "Verify PLAB sizes" comment)
JDK-8078555 added this validation step in an earlier phase. Also the bounds used here (raw region word size) are wrong.
- backported by
-
JDK-8141934 Remove G1 specific checking of Young/OldPLABSize in G1CollectorPolicy constructor
-
- Resolved
-
- blocks
-
JDK-8134856 Incorrect use of PLAB::min_size() in MaxPLABSizeBounds
-
- Resolved
-
- relates to
-
JDK-8078555 GC: implement ranges (optionally constraints) for those flags that have them missing
-
- Resolved
-