diff --git a/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java b/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java index f0e0e8b6252..d78f7d25d8a 100644 --- a/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java +++ b/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java @@ -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 eventTypes = new HashMap<>();