--- old/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java 2018-11-06 08:41:08.059364584 +0000 +++ new/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java 2018-11-06 08:41:07.579364584 +0000 @@ -201,6 +201,10 @@ settingValues.put(EventNames.ActiveRecording + "#threshold", "0 ns"); settingValues.put(EventNames.JavaExceptionThrow + "#threshold", "0 ns"); settingValues.put(EventNames.JavaErrorThrow + "#threshold", "0 ns"); + settingValues.put(EventNames.JdkSecurityProperty + "#threshold", "0 ns"); + settingValues.put(EventNames.TLSHandshake + "#threshold", "0 ns"); + settingValues.put(EventNames.X509Certificate + "#threshold", "0 ns"); + settingValues.put(EventNames.X509Validation + "#threshold", "0 ns"); try (Recording recording = new Recording(c)) { Map eventTypes = new HashMap<>();