--- old/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java 2018-07-10 13:46:17.366516592 +0100 +++ new/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java 2018-07-10 13:46:16.858516592 +0100 @@ -172,6 +172,10 @@ insertSetting(doc, EventNames.ActiveRecording, "threshold", "0 ns"); insertSetting(doc, EventNames.JavaExceptionThrow, "threshold", "0 ns"); insertSetting(doc, EventNames.JavaErrorThrow, "threshold", "0 ns"); + insertSetting(doc, EventNames.CertificateChain, "threshold", "0 ns"); + insertSetting(doc, EventNames.TLSHandshake, "threshold", "0 ns"); + insertSetting(doc, EventNames.SecurityProperty, "threshold", "0 ns"); + insertSetting(doc, EventNames.X509Certificate, "threshold", "0 ns"); return doc; }