--- old/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java 2020-03-05 17:54:33.414345500 +0100 +++ new/test/jdk/jdk/jfr/event/metadata/TestDefaultConfigurations.java 2020-03-05 17:54:32.233826200 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -177,6 +177,8 @@ insertSetting(doc, EventNames.TLSHandshake, "threshold", "0 ns"); insertSetting(doc, EventNames.X509Certificate, "threshold", "0 ns"); insertSetting(doc, EventNames.X509Validation, "threshold", "0 ns"); + insertSetting(doc, EventNames.ProcessStart, "threshold", "0 ns"); + return doc; }