test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
changeset 53523 4c5184c56dc2
parent 53214 386df79e2011
child 53578 ad3bb34fe399
equal deleted inserted replaced
53522:40eb23e0a8c5 53523:4c5184c56dc2
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
       
    24 package gc.nvdimm;
       
    25 
    24 /* @test TestAllocateOldGenAtError.java
    26 /* @test TestAllocateOldGenAtError.java
    25  * @key gc
    27  * @key gc
    26  * @summary Test to check correct handling of non-existent directory passed to AllocateOldGenAt option
    28  * @summary Test to check correct handling of non-existent directory passed to AllocateOldGenAt option
    27  * @requires vm.gc=="null" & os.family != "aix"
    29  * @requires vm.gc=="null" & os.family != "aix"
    28  * @library /test/lib
    30  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    31  * @modules java.base/jdk.internal.misc
       
    32  * @run main gc.nvdimm.TestAllocateOldGenAtError
    30  */
    33  */
    31 
    34 
    32 import java.io.File;
    35 import java.io.File;
    33 import jdk.test.lib.JDKToolFinder;
    36 import jdk.test.lib.JDKToolFinder;
    34 import jdk.test.lib.process.ProcessTools;
    37 import jdk.test.lib.process.ProcessTools;