Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8083504 | emb-9 | Aleksey Shipilev | P4 | Resolved | Fixed | team |
This is the minor nit in current ClassFileParser::layout_fields code. We pessimistically use the distinct oop maps for every @Contended field, while we sometimes can merge some of the maps together (i.e. for the contended fields with the same tag).
- backported by
-
JDK-8083504 Make @Contended within the same group to use the same oop map
-
- Resolved
-
- duplicates
-
JDK-8015254 Class field layout code cleanup, phase 2
-
- Closed
-