test/hotspot/jtreg/gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
changeset 52925 9c18c9d839d3
parent 50525 767cdb97f103
child 53523 4c5184c56dc2
equal deleted inserted replaced
52924:420ff459906f 52925:9c18c9d839d3
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2018, 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.
     7  * published by the Free Software Foundation.
    26  * @key gc
    26  * @key gc
    27  * @bug 8000831
    27  * @bug 8000831
    28  * @summary Runs an simple application (GarbageProducer) with various
    28  * @summary Runs an simple application (GarbageProducer) with various
    29          combinations of -XX:{+|-}Verify{After|Before}GC flags and checks that
    29          combinations of -XX:{+|-}Verify{After|Before}GC flags and checks that
    30          output contain or doesn't contain expected patterns
    30          output contain or doesn't contain expected patterns
    31  * @requires vm.gc != "Z"
    31  * @requires vm.gc != "Z" & vm.gc != "Shenandoah"
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  * @modules java.management
    33  * @modules java.management
    34  * @library /test/lib
    34  * @library /test/lib
    35  * @run driver TestVerifyBeforeAndAfterGCFlags
    35  * @run driver TestVerifyBeforeAndAfterGCFlags
    36  */
    36  */