-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 24
-
Component/s: core-libs
-
None
Constant pool entry tag field is redundant information given they are already bound by class; we can use overrides instead.
Removal of hash field was considered, but as trivial as hash computation seems, it takes cpu cycles and the hash field is a smaller overhead in comparison.
Removal of hash field was considered, but as trivial as hash computation seems, it takes cpu cycles and the hash field is a smaller overhead in comparison.
- relates to
-
JDK-8339167 Remove AbstractPoolEntry.PrimitiveEntry to reduce boxing overheads
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/ab81197d
-
Review(master)
openjdk/jdk/21093