Loading... (original) (raw)

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

JDK-8006627

, 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

Backport - A issue that is required to port a Bug or Feature into another product release. This issue type is generally associated with the main Bug/Feature to represent each individual release of the port. JDK-8056783 Add improved parse methods for Long/Integer

relates to

Bug - A problem which impairs or prevents the functions of the product. JDK-8055251 Re-examine Integer.parseInt and Long.parseLong methods

Bug - A problem which impairs or prevents the functions of the product. JDK-8054828 TEST_BUG: Typos in java/lang/Long/ParsingTest

Enhancement - null JDK-8055004 Reduce allocation overhead in java.time.Period/Duration parse methods

Enhancement - null JDK-8055055 Improve numeric parsing in java.sql

Enhancement - null JDK-8050114 Expose Integer/Long formatUnsigned methods internally

Enhancement - null JDK-8006627 UUID to/from String performance should be improved by reducing object allocations

(2 relates to)