hotspot/test/gc/g1/TestRemsetLoggingThreads.java
changeset 39414 4adf52148100
parent 36851 03e2f4d0a421
child 40631 ed82623d7831
equal deleted inserted replaced
39403:37f78de0f227 39414:4adf52148100
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test TestRemsetLoggingThreads
    25  * @test TestRemsetLoggingThreads
    26  * @requires vm.gc=="G1" | vm.gc=="null"
    26  * @requires vm.gc.G1
    27  * @bug 8025441 8145534
    27  * @bug 8025441 8145534
    28  * @key gc
    28  * @key gc
    29  * @library /testlibrary
    29  * @library /testlibrary
    30  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    31  *          java.management/sun.management
    31  *          java.management/sun.management