< prev index next >

test/gc/g1/humongousObjects/objectGraphTest/TestObjectGraphAfterGC.java

Print this page

        

*** 22,32 **** * */ package gc.g1.humongousObjects.objectGraphTest; ! import jdk.test.lib.OutputAnalyzer; import sun.hotspot.WhiteBox; import java.io.File; import java.io.IOException; import java.lang.ref.Reference; --- 22,32 ---- * */ package gc.g1.humongousObjects.objectGraphTest; ! import jdk.test.lib.process.OutputAnalyzer; import sun.hotspot.WhiteBox; import java.io.File; import java.io.IOException; import java.lang.ref.Reference;
*** 48,67 **** /** * @test TestObjectGraphAfterGC * @summary Checks that objects' graph behave as expected after gc * @requires vm.gc.G1 * @requires vm.opt.ExplicitGCInvokesConcurrent != true ! * @library /testlibrary /test/lib / * @modules java.management java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox - * gc.testlibrary.Helpers - * gc.g1.humongousObjects.objectGraphTest.GCTokens - * gc.g1.humongousObjects.objectGraphTest.ReferenceInfo - * gc.g1.humongousObjects.objectGraphTest.GC - * gc.g1.humongousObjects.objectGraphTest.ObjectGraph - * gc.g1.humongousObjects.objectGraphTest.TestObjectGraphAfterGC - * * @ignore 8156755 * * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * --- 48,60 ---- /** * @test TestObjectGraphAfterGC * @summary Checks that objects' graph behave as expected after gc * @requires vm.gc.G1 * @requires vm.opt.ExplicitGCInvokesConcurrent != true ! * @library /test/lib / * @modules java.management java.base/jdk.internal.misc * @build sun.hotspot.WhiteBox * @ignore 8156755 * * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission *
< prev index next >