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

JFR.dump does not work when filename is set

XMLWordPrintable

    • jfr
    • 11
    • b25

        The user might not get flight record via JFR.dump.


        How to reproduce:

        * Target process
          Start with -XX:StartFlightRecording=filename=test.jfr

        * JFR.dump

          - Run with no argument
              It works correctly.

          - Run with `name=1`
              We can see the message "Dump failed. No data found in the specified interval." on the console, but the dump is completed to `test.jfr`.

          - Run with `name=1 filename=dump.jfr`
              It does not work.

              egahlin Erik Gahlin
              ysuenaga Yasumasa Suenaga
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: