JDK-8017540 : Improve multi-threaded contention behavior of BigInteger.toString() radix conversion cache
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.math
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-06-24
  • Updated: 2014-10-03
  • Resolved: 2013-07-01
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 8
8 b98Fixed
Related Reports
Relates :  
Description
Replace array of ArrayList of BigIntegers with a volatile two-dimensional BigInteger array and eliminate the synchronization of getRadixConversionCache().