Loading... (original) (raw)
- Type:
Enhancement
- Resolution: Fixed
- Priority:
P4
- Fix Version/s: 9
- Affects Version/s: None
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8056783 | emb-9 | Unassigned | P4 | Resolved | Fixed | b25 |
To efficiently implement the suggestions in
, we should expose the Long.formatUnsignedLong methods as well as add offset-based parse methods. Initially these need to be package private, but they might be publicly added in a major release.
backported by
JDK-8056783 Add improved parse methods for Long/Integer
- Resolved
relates to
JDK-8055251 Re-examine Integer.parseInt and Long.parseLong methods
- Closed
JDK-8054828 TEST_BUG: Typos in java/lang/Long/ParsingTest
- Closed
JDK-8055004 Reduce allocation overhead in java.time.Period/Duration parse methods
- Resolved
JDK-8055055 Improve numeric parsing in java.sql
- Resolved
JDK-8050114 Expose Integer/Long formatUnsigned methods internally
- Closed
JDK-8006627 UUID to/from String performance should be improved by reducing object allocations
- Resolved
(2 relates to)