diff -r 40eb23e0a8c5 -r 4c5184c56dc2 test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java --- a/test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java Mon Jan 28 15:24:41 2019 +0000 +++ b/test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java Mon Jan 28 15:53:56 2019 +0100 @@ -21,12 +21,15 @@ * questions. */ +package gc.nvdimm; + /* @test TestAllocateOldGenAtError.java * @key gc * @summary Test to check correct handling of non-existent directory passed to AllocateOldGenAt option * @requires vm.gc=="null" & os.family != "aix" * @library /test/lib * @modules java.base/jdk.internal.misc + * @run main gc.nvdimm.TestAllocateOldGenAtError */ import java.io.File;