Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8244463

JFR: Clean up jdk.jfr.internal.RepositoryChunk

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 15
    • 15
    • hotspot
    • jfr
    • 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.

            egahlin Erik Gahlin
            egahlin Erik Gahlin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: