-
Enhancement
-
Resolution: Fixed
-
P3
-
15
-
b22
With the introduction of Event Streaming the mechanism for storing data in the file respiratory changed but old functionality is still left in the jdk.jfr.internal.RepositoryChunk class.
Furthermore, DateTimeFormatter is used to format filenames for the repository, but it leads to an unnecessary number of classes being loaded during startup. It would be better to just use StringBuilder.
Furthermore, DateTimeFormatter is used to format filenames for the repository, but it leads to an unnecessary number of classes being loaded during startup. It would be better to just use StringBuilder.