-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: core-libs
-
b11
DecimalFormat while parsing, utilizes DigitList which stores discovered digits into the `digits` array. Currently the resizing approach is to add a constant 100. Switching to a resizing approach of multiplying by a constant value (2) rather than linear adding helps with performance of larger values.
- links to
-
Commit(master)
openjdk/jdk/96603200
-
Review(master)
openjdk/jdk/26705