test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
changeset 59053 ba6c248cae19
parent 51214 67736b4846a0
--- a/test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java	Wed Nov 13 11:21:15 2019 +0100
+++ b/test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java	Wed Nov 13 11:37:29 2019 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2013, 2019, 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
@@ -51,7 +51,6 @@
 
     public static void main(String[] args) throws Throwable {
         EventFlag[] eventFlags = {
-            new EventFlag(EventNames.LongFlagChanged, "CMSWaitDuration", "2500"),
             new EventFlag(EventNames.StringFlagChanged, "HeapDumpPath", "/a/sample/path"),
             new EventFlag(EventNames.BooleanFlagChanged, "HeapDumpOnOutOfMemoryError", "true")
         };