-
Enhancement
-
Resolution: Fixed
-
P4
-
8u20, 9
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045277 | 8u25 | Thomas Schatzl | P4 | Resolved | Fixed | b01 |
JDK-8038248 | 8u20 | Thomas Schatzl | P4 | Resolved | Fixed | b08 |
JDK-8053393 | emb-8u26 | Thomas Schatzl | P4 | Resolved | Fixed | b17 |
The fast card cache is a very frequently accessed data structure.
It is basically a 2d array of per-region values (for every thread) that contain the recently card within that region that has been put into the remembered set.
This 2d array, nor its per-thread components are not aligned to cache lines or padded in any way to avoid false sharing.
Fix this.
It is basically a 2d array of per-region values (for every thread) that contain the recently card within that region that has been put into the remembered set.
This 2d array, nor its per-thread components are not aligned to cache lines or padded in any way to avoid false sharing.
Fix this.
- backported by
-
JDK-8038248 Cache-align and pad the from card cache
-
- Resolved
-
-
JDK-8045277 Cache-align and pad the from card cache
-
- Resolved
-
-
JDK-8053393 Cache-align and pad the from card cache
-
- Resolved
-
- relates to
-
JDK-8027295 Free CSet takes ~50% of young pause time
-
- Resolved
-