test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
changeset 53578 ad3bb34fe399
parent 53523 4c5184c56dc2
parent 53575 297183cee278
child 53694 a0a327cae58f
equal deleted inserted replaced
53574:f38270ce02cc 53578:ad3bb34fe399
    25 
    25 
    26 /* @test TestAllocateOldGenAtError.java
    26 /* @test TestAllocateOldGenAtError.java
    27  * @key gc
    27  * @key gc
    28  * @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
    29  * @requires vm.gc=="null" & os.family != "aix"
    29  * @requires vm.gc=="null" & os.family != "aix"
       
    30  * @requires test.vm.gc.nvdimm
    30  * @library /test/lib
    31  * @library /test/lib
    31  * @modules java.base/jdk.internal.misc
    32  * @modules java.base/jdk.internal.misc
    32  * @run main gc.nvdimm.TestAllocateOldGenAtError
    33  * @run main gc.nvdimm.TestAllocateOldGenAtError
    33  */
    34  */
    34 
    35