JDK-8196740 : Character.digit(int,int) returns wrong value for out of range radix
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 11
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2018-02-03
  • Updated: 2018-03-28
  • Resolved: 2018-02-04
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 11
11 b01Fixed
Related Reports
Relates :  
Description
The fix for JDK-8196331 changed the behavior of Character.digit(int,int) method so that it may return non-negative value if the char is less than the radix, but the radix is greater than MAX_RADIX.