hotspot/test/gc/g1/TestShrinkAuxiliaryData05.java
changeset 29678 dd2f3932c21e
parent 28190 5a6b07edeb21
child 29707 30263f16b395
equal deleted inserted replaced
29586:889895365eb9 29678:dd2f3932c21e
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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  * @bug 8038423
    26  * @bug 8038423
    27  * @summary Checks that decommitment occurs for JVM with different
    27  * @summary Checks that decommitment occurs for JVM with different
    28  * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
    28  * G1ConcRSLogCacheSize and ObjectAlignmentInBytes options values
    29  * @requires vm.gc=="G1" | vm.gc=="null"
    29  * @requires vm.gc=="G1" | vm.gc=="null"
    30  * @library /testlibrary /../../test/lib
    30  * @library /testlibrary /../../test/lib
       
    31  * @modules java.base/sun.misc
       
    32  *          java.management
    31  * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData05
    33  * @build TestShrinkAuxiliaryData TestShrinkAuxiliaryData05
    32  * @run driver/timeout=720 TestShrinkAuxiliaryData05
    34  * @run driver/timeout=720 TestShrinkAuxiliaryData05
    33  */
    35  */
    34 public class TestShrinkAuxiliaryData05 {
    36 public class TestShrinkAuxiliaryData05 {
    35 
    37