JDK-8074351 : Support for currencies with the 4 digits (or more) minor unit
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util:i18n
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2015-03-03
  • Updated: 2016-08-24
  • Resolved: 2015-03-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 b56Fixed
Related Reports
Relates :  
Description
The Currency class only allows the minor unit to be 0 to 3 digits. This is due to the limitation from its implementation (data structure), and should allow more than 3 digits in principle. In fact some funds codes have 4 digits (e.g., CLF).