Modify ↓
Opened 8 years ago
Closed 8 years ago
#12952 closed enhancement (fixed)
[Patch] Java 8: Disable auto boxing for hashCode/equals
Reported by: | michael2402 | Owned by: | Don-vip |
---|---|---|---|
Priority: | normal | Milestone: | 16.07 |
Component: | Core | Version: | |
Keywords: | gsoc-core performance java8 | Cc: | Don-vip, bastiK, stoecker |
Description
- Objects.equals/Objects.hashCode does auto boxing for the long value.
- Reuse isNew()
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | patch-primitive-no-boxing.patch added |
---|
comment:1 by , 8 years ago
Keywords: | java8 added |
---|---|
Summary: | [Patch] Disable auto boxing for hashCode/equals → [Patch] Java 8: Disable auto boxing for hashCode/equals |
comment:2 by , 8 years ago
Milestone: | 16.06 → 16.07 |
---|
comment:3 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
requires Java 8 for https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html#hashCode-long-