Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084171 | emb-9 | Roger Riggs | P4 | Resolved | Fixed | team |
HijrahChronology was observed to use Integer.valueOf when Integer.parseInt
was more efficient. The former created Integer objects which were then discarded.
Also, Integer.parseInt(s, begin, end, radix) can be used to avoid creating new substrings.
was more efficient. The former created Integer objects which were then discarded.
Also, Integer.parseInt(s, begin, end, radix) can be used to avoid creating new substrings.
- backported by
-
JDK-8084171 HijrahChronology should use Integer.parseInt
-
- Resolved
-