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

JFR: jfr view should display all direct subfields for an event type

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 25
    • 21, 24
    • hotspot
    • jfr
    • b05

        The following command:

            $ java -XX:StartFlightRecording:filename=recording -version
            $ jfr view ModuleExport recording.jfr

        only displays the following fields:

        - Time
        - Exported Package : Exported
        - Target Module : Location
        - Target Module : Class Loader

        instead of:

        - Time
        - Exported Package : Name
        - Exported Package : Exported Package
        - Target Module : Name
        - Target Module : Version
        - Target Module : Location
        - Target Module : Class Loder

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

                Created:
                Updated:
                Resolved: