Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8082740 | emb-9 | Jungwoo Ha | P4 | Resolved | Fixed | team |
Dictionary in BlockFreeList is a commonly accessed data structure and can be allocated when BlockFreeList is created.
By doing this, we can remove extra branches to check if dictionary() is null.
I observed that this change improved execution time of DaCapo benchmark by 3% in the average.
By doing this, we can remove extra branches to check if dictionary() is null.
I observed that this change improved execution time of DaCapo benchmark by 3% in the average.
- backported by
-
JDK-8082740 Remove dictionary NULL check on common path of BlockFreeList methods
-
- Resolved
-