Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082746 | emb-9 | Thomas Schatzl | P1 | Resolved | Fixed | team |
After the change the size returned by PLABStats::desired_plab_sz() could get below the minimum PLAB size due to truncating integer division in that function, and actually missing alignment. This results in several places getting the wrong results because of this broken invariant.
The fix will take more than a day and this change is now blocking a push of hs-gc to main.
The fix will take more than a day and this change is now blocking a push of hs-gc to main.
- backported by
-
JDK-8082746 BACKOUT - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
-
- Resolved
-
- duplicates
-
JDK-8079409 ParNew fails to allocate space in plab
-
- Closed
-
- relates to
-
JDK-8078904 CMS: Assert failed: Ctl pt invariant
-
- Resolved
-