-
Enhancement
-
Resolution: Fixed
-
P4
-
24
-
b09
The current LocalDateTime.toString implementation concatenates the toString results of date and time, which can be passed to StringBuilder to reduce additional object allocation and improve performance.
- links to
-
Commit(master) openjdk/jdk/5ff7c57f
-
Review(master) openjdk/jdk/20321