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

JFR: No message for JFR.view when data is missing

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 22
    • 21, 22
    • hotspot
    • None
    • jfr
    • b08

      Reproducer 1:
      $ java -XX:StartFlightRecording:disk=false MyApplication
      $ jcmd MyApplication JFR.view jvm-information

      Reproducer 2:
      $ java -XX:StartFlightRecording:name=test MyApplication
      $ jcmd MyApplication JFR.stop name=test
      $ jcmd MyApplication JFR.view hot-methods

      Result:
      36316:
      Command executed successfully

      Expected:
      36316:
      No recording data found on disk.

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

              Created:
              Updated:
              Resolved: