-
Bug
-
Resolution: Fixed
-
P4
-
26
-
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