test/hotspot/jtreg/gc/nvdimm/TestOldObjectsOnNvdimm.java
changeset 53693 af078dd4a224
parent 53578 ad3bb34fe399
child 53694 a0a327cae58f
equal deleted inserted replaced
53692:314075ea3fcb 53693:af078dd4a224
    39 import jdk.test.lib.process.ProcessTools;
    39 import jdk.test.lib.process.ProcessTools;
    40 import jdk.test.lib.Asserts;
    40 import jdk.test.lib.Asserts;
    41 import sun.hotspot.WhiteBox;
    41 import sun.hotspot.WhiteBox;
    42 
    42 
    43 import java.util.ArrayList;
    43 import java.util.ArrayList;
    44 import java.util.List;
       
    45 import java.util.Collections;
    44 import java.util.Collections;
    46 
    45 
    47 /*
    46 /*
    48  * Test spawns OldObjectTest in a separate VM and expects that it
    47  * Test spawns OldObjectTest in a separate VM and expects that it
    49  * completes without a RuntimeException.
    48  * completes without a RuntimeException.