--- old/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java 2018-07-10 13:46:18.598516592 +0100 +++ new/test/jdk/jdk/jfr/event/runtime/TestActiveSettingEvent.java 2018-07-10 13:46:18.038516592 +0100 @@ -200,6 +200,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.CertificateChain + "#threshold", "0 ns"); + settingValues.put(EventNames.TLSHandshake + "#threshold", "0 ns"); + settingValues.put(EventNames.SecurityProperty + "#threshold", "0 ns"); + settingValues.put(EventNames.X509Certificate + "#threshold", "0 ns"); try (Recording recording = new Recording(c)) { Map eventTypes = new HashMap<>();