hotspot/test/gc/parallelScavenge/AdaptiveGCBoundary.java
changeset 29678 dd2f3932c21e
parent 18443 ca4b3427b7c7
child 30604 b8d532cb6420
equal deleted inserted replaced
29586:889895365eb9 29678:dd2f3932c21e
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 2015, 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  * @summary UseAdaptiveGCBoundary is broken
    26  * @summary UseAdaptiveGCBoundary is broken
    27  * @bug 8014546
    27  * @bug 8014546
    28  * @key gc
    28  * @key gc
    29  * @key regression
    29  * @key regression
    30  * @library /testlibrary
    30  * @library /testlibrary
       
    31  * @modules java.base/sun.misc
       
    32  *          java.management
    31  * @run main/othervm AdaptiveGCBoundary
    33  * @run main/othervm AdaptiveGCBoundary
    32  * @author jon.masamitsu@oracle.com
    34  * @author jon.masamitsu@oracle.com
    33  */
    35  */
    34 
    36 
    35 import com.oracle.java.testlibrary.*;
    37 import com.oracle.java.testlibrary.*;