-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
b13
String.format using only a combination of simple specifiers, such as %s, %d etc are a common occurrence. A naive parser that avoids use of the regex for such simple format strings can significantly help performance.
- relates to
-
JDK-8335252 Reduce size of j.u.Formatter.Conversion#isValid
-
- Resolved
-