test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
changeset 53214 386df79e2011
parent 53117 37930c6ba6d7
child 53523 4c5184c56dc2
child 53575 297183cee278
equal deleted inserted replaced
53176:6af596144294 53214:386df79e2011
     1 /*
     1 /*
     2  * Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2018, 2019, 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.
    22  */
    22  */
    23 
    23 
    24 /* @test TestAllocateOldGenAtError.java
    24 /* @test TestAllocateOldGenAtError.java
    25  * @key gc
    25  * @key gc
    26  * @summary Test to check correct handling of non-existent directory passed to AllocateOldGenAt option
    26  * @summary Test to check correct handling of non-existent directory passed to AllocateOldGenAt option
    27  * @requires vm.gc=="null"
    27  * @requires vm.gc=="null" & os.family != "aix"
    28  * @library /test/lib
    28  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    29  * @modules java.base/jdk.internal.misc
    30  */
    30  */
    31 
    31 
    32 import java.io.File;
    32 import java.io.File;