test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
changeset 53575 297183cee278
parent 53214 386df79e2011
child 53578 ad3bb34fe399
equal deleted inserted replaced
53530:f5671b2e74df 53575:297183cee278
    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" & os.family != "aix"
    27  * @requires vm.gc=="null" & os.family != "aix"
       
    28  * @requires test.vm.gc.nvdimm
    28  * @library /test/lib
    29  * @library /test/lib
    29  * @modules java.base/jdk.internal.misc
    30  * @modules java.base/jdk.internal.misc
    30  */
    31  */
    31 
    32 
    32 import java.io.File;
    33 import java.io.File;