-
Bug
-
Resolution: Fixed
-
P4
-
25, 26
-
b12
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8366161 | 25.0.2 | William Kemper | P4 | Resolved | Fixed | master |
Mutators and GC workers have old generation LABs for promotions and old generation evacuations. Priority is given to old evacuations by using a promotion budget. Once the promotion budget is exhausted, a thread local flag is set to disable further promotions (the LAB can still be used for old evacuations). This thread local flag is meant to be cleared to allow all threads to resume promotions on the next cycle. However, this flag is only reset for workers that perform thread root evacuations, which may not be the same workers that perform subsequent evacuations. This patch clears the flag for all threads when their LABs are retired at the end of evacuation.
- backported by
-
JDK-8366161 GenShen: PLAB promotions may remain disabled for evacuation threads
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/ff97b1f1
-
Commit(master) openjdk/jdk/08db4b99
-
Commit(master) openjdk/shenandoah-jdk21u/dcf0b23f
-
Review(master) openjdk/jdk25u/100
-
Review(master) openjdk/jdk/26785
-
Review(master) openjdk/shenandoah-jdk21u/214
(2 links to)