8294673: JFR: Add SecurityProviderService#threshold to TestActiveSettingEvent.java

Reviewed-by: mgronlun
This commit is contained in:
Erik Gahlin 2022-10-04 14:24:55 +00:00
parent 085949a117
commit 3644e26cef

View File

@ -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<>();