-
Bug
-
Resolution: Fixed
-
P3
-
25, 26
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8369708 | 25.0.2 | Aleksey Shipilev | P3 | Resolved | Fixed | b02 |
jdk.MethodTrace event added in JEP 520 has a 'threshold' setting.
According to the example inJDK-8328610, this setting is supposed to filter events with duration lower than the specified threshold. However, this setting has no effect.
In the attached test case (MethodTraceBugs.java), MethodTrace threshold is set to 250 milliseconds, but the flight recording contains events with any duration.
According to the example in
In the attached test case (MethodTraceBugs.java), MethodTrace threshold is set to 250 milliseconds, but the flight recording contains events with any duration.
- backported by
-
JDK-8369708 JFR: MethodTrace threshold setting has no effect
-
- Resolved
-
- relates to
-
JDK-8367949 JFR: MethodTrace double-counts methods that catch their own exceptions
-
- Open
-
-
JDK-8352738 Implement JEP 520: JFR Method Timing and Tracing
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk25u/d4a7d0da
-
Commit(master)
openjdk/jdk/4bc86a26
-
Review(master)
openjdk/jdk25u/290
-
Review(master)
openjdk/jdk/27396
(2 links to)