Details
-
Bug
-
Resolution: Fixed
-
P3
-
11, 12, 13
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226123 | 14 | Erik Gahlin | P3 | Resolved | Fixed | team |
JDK-8235689 | 11.0.7-oracle | Erik Gahlin | P3 | Resolved | Fixed | b01 |
JDK-8229826 | 11.0.5 | Erik Gahlin | P3 | Resolved | Fixed | team |
JDK-8254686 | openjdk8u282 | Erik Gahlin | P3 | Resolved | Fixed | b01 |
Description
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.
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.
Attachments
Issue Links
- backported by
-
JDK-8226123 JFR.dump does not work when filename is set
- Resolved
-
JDK-8229826 JFR.dump does not work when filename is set
- Resolved
-
JDK-8235689 JFR.dump does not work when filename is set
- Resolved
-
JDK-8254686 JFR.dump does not work when filename is set
- Resolved