test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData10.java
changeset 51283 ac4f5ef0edd9
parent 48791 6e079ff6c83c
child 52235 876e91d9bb13
equal deleted inserted replaced
51282:1c8cdf3d4c9e 51283:ac4f5ef0edd9
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 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.
    25  * @test TestShrinkAuxiliaryData10
    25  * @test TestShrinkAuxiliaryData10
    26  * @bug 8038423 8061715 8078405
    26  * @bug 8038423 8061715 8078405
    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
    29  * @requires vm.gc.G1
    30  * @requires vm.opt.AggressiveOpts=="false" | vm.opt.AggressiveOpts=="null"
    30  * @requires vm.opt.AggressiveOpts != true
    31  * @library /test/lib
    31  * @library /test/lib
    32  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    33  *          java.management
    33  *          java.management
    34  * @build sun.hotspot.WhiteBox
    34  * @build sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox
    35  * @run driver ClassFileInstaller sun.hotspot.WhiteBox