-
Enhancement
-
Resolution: Fixed
-
P4
-
17, 21, 23, 24
-
b05
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8338581 | 23.0.2 | Aleksey Shipilev | P4 | Resolved | Fixed | b01 |
JDK-8338829 | 21.0.5 | Aleksey Shipilev | P4 | Resolved | Fixed | b05 |
OopMapCache uses a (closed hashing) table. The table is C-heap allocated. OopMapCache itself is also C-heap allocated. Since table size is fixed, we can just inline the table to OopMapCache and save one unnecessary pointer-hop on lookup.
- backported by
-
JDK-8338581 Inline OopMapCache table
- Resolved
-
JDK-8338829 Inline OopMapCache table
- Resolved
- links to
-
Commit openjdk/jdk/50dd962b
-
Commit(master) openjdk/jdk21u-dev/38eeb50c
-
Commit(master) openjdk/jdk23u/045c990a
-
Review openjdk/jdk/19882
-
Review(master) openjdk/jdk21u-dev/936
-
Review(master) openjdk/jdk23u/64
(3 links to)