-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 17, 21, 25, 26
-
Component/s: hotspot
The JFR events `jdk.ModuleExport`, `jdk.SymbolTableStatistics`, and `jdk.StringTableStatistics` have been disabled in the default JFR configuration (`default.jfc`) to reduce overhead when JFR is not explicitly configured. To enable these events, set the corresponding event setting when starting a recording, for example:
`-XX:StartFlightRecording:jdk.ModuleExport#enabled=true`
`-XX:StartFlightRecording:jdk.ModuleExport#enabled=true`
- relates to
-
JDK-8364556 JFR: Disable SymbolTableStatistics and StringTableStatistics in default.jfc
-
- Resolved
-