JDK-8041972 : Add improved parse methods for Long/Integer
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.lang
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2014-04-27
  • Updated: 2017-05-17
  • Resolved: 2014-07-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b25Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
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.  
Comments
Broke out the non-public formatUnsigned changes to a separate RFE: JDK-8050114
12-07-2014