hotspot/test/gc/arguments/TestG1ConcMarkStepDurationMillis.java
changeset 39414 4adf52148100
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
     1 /*
     1 /*
     2 * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2 * Copyright (c) 2015, 2016, 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.
    22 */
    22 */
    23 
    23 
    24 /*
    24 /*
    25  * @test TestG1ConcMarkStepDurationMillis
    25  * @test TestG1ConcMarkStepDurationMillis
    26  * @key gc
    26  * @key gc
    27  * @requires vm.gc=="null" | vm.gc=="G1"
    27  * @requires vm.gc.G1
    28  * @summary Tests argument processing for double type flag, G1ConcMarkStepDurationMillis
    28  * @summary Tests argument processing for double type flag, G1ConcMarkStepDurationMillis
    29  * @library /testlibrary
    29  * @library /testlibrary
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management
    31  *          java.management
    32  */
    32  */