8294673: JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java
Reviewed-by: mgronlun
This commit is contained in:
parent
085949a117
commit
3644e26cef
@ -264,6 +264,7 @@ public final class TestActiveSettingEvent {
|
||||
settingValues.put(EventNames.VirtualThreadEnd + "#stackTrace", "false");
|
||||
settingValues.put(EventNames.VirtualThreadEnd + "#threshold", "0 ns");
|
||||
settingValues.put(EventNames.VirtualThreadSubmitFailed + "#threshold", "0 ns");
|
||||
settingValues.put(EventNames.SecurityProviderService + "#threshold", "0 ns");
|
||||
|
||||
try (Recording recording = new Recording(c)) {
|
||||
Map<Long, EventType> eventTypes = new HashMap<>();
|
||||
|
Loading…
Reference in New Issue
Block a user