test/jdk/jdk/jfr/event/runtime/TestVmFlagChangedEvent.java
changeset 59053 ba6c248cae19
parent 51214 67736b4846a0
equal deleted inserted replaced
59051:f0312c7d5b37 59053:ba6c248cae19
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    49  */
    49  */
    50 public final class TestVmFlagChangedEvent {
    50 public final class TestVmFlagChangedEvent {
    51 
    51 
    52     public static void main(String[] args) throws Throwable {
    52     public static void main(String[] args) throws Throwable {
    53         EventFlag[] eventFlags = {
    53         EventFlag[] eventFlags = {
    54             new EventFlag(EventNames.LongFlagChanged, "CMSWaitDuration", "2500"),
       
    55             new EventFlag(EventNames.StringFlagChanged, "HeapDumpPath", "/a/sample/path"),
    54             new EventFlag(EventNames.StringFlagChanged, "HeapDumpPath", "/a/sample/path"),
    56             new EventFlag(EventNames.BooleanFlagChanged, "HeapDumpOnOutOfMemoryError", "true")
    55             new EventFlag(EventNames.BooleanFlagChanged, "HeapDumpOnOutOfMemoryError", "true")
    57         };
    56         };
    58 
    57 
    59         Recording recording = new Recording();
    58         Recording recording = new Recording();