-
Enhancement
-
Resolution: Fixed
-
P4
-
8u20, 9
-
b08
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8045283 | 8u25 | Thomas Schatzl | P4 | Resolved | Fixed | b01 |
JDK-8038254 | 8u20 | Thomas Schatzl | P4 | Resolved | Fixed | b08 |
JDK-8053399 | emb-8u26 | Thomas Schatzl | P4 | Resolved | Fixed | b17 |
To avoid any future issues regarding false sharing (basically variability) with data structures based on BiasedMappedArray, pad and cache align it.
BiasedMappedArray is generally used within hot loops, so this seems prudent to do.
BiasedMappedArray is generally used within hot loops, so this seems prudent to do.
- backported by
-
JDK-8038254 Pad and cache-align the BiasedMappedArray
- Resolved
-
JDK-8045283 Pad and cache-align the BiasedMappedArray
- Resolved
-
JDK-8053399 Pad and cache-align the BiasedMappedArray
- Resolved