test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java
changeset 52621 f7309a1491d9
parent 51214 67736b4846a0
--- a/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java	Tue Nov 20 10:08:19 2018 +0100
+++ b/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java	Tue Nov 20 13:12:48 2018 +0000
@@ -173,6 +173,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.SecurityProperty, "threshold", "0 ns");
+        insertSetting(doc, EventNames.TLSHandshake, "threshold", "0 ns");
+        insertSetting(doc, EventNames.X509Certificate, "threshold", "0 ns");
+        insertSetting(doc, EventNames.X509Validation, "threshold", "0 ns");
         return doc;
     }