-
Bug
-
Resolution: Fixed
-
P3
-
13
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8235289 | 11.0.7-oracle | Chihiro Ito | P3 | Resolved | Fixed | b01 |
JDK-8230804 | 11.0.6 | Chihiro Ito | P3 | Resolved | Fixed | b01 |
JDK-8251512 | openjdk8u272 | Chihiro Ito | P3 | Resolved | Fixed | b03 |
CSR: JDK-8205517, the "Print" section:
"If a combination of a category filter and event filter is used, the selected events will be the union of the two filters. For example, to show all GC events and the CPULoad event the following command could be used:"
jfr print --categories GC --events CPULoad recording.jfr
On recording with GC events and CPULoad events, and tried the command above. The result: I ONLY see CPULoad events, and not GC events.
"If a combination of a category filter and event filter is used, the selected events will be the union of the two filters. For example, to show all GC events and the CPULoad event the following command could be used:"
jfr print --categories GC --events CPULoad recording.jfr
On recording with GC events and CPULoad events, and tried the command above. The result: I ONLY see CPULoad events, and not GC events.
- backported by
-
JDK-8230804 JFR tool produces incorrect output when both --categories and --events are specified
- Resolved
-
JDK-8235289 JFR tool produces incorrect output when both --categories and --events are specified
- Resolved
-
JDK-8251512 JFR tool produces incorrect output when both --categories and --events are specified
- Resolved