< prev index next >

test/hotspot/jtreg/runtime/appcds/cacheObject/GCStressTest.java

Print this page

*** 32,42 **** * jdk.jartool/sun.tools.jar * @build sun.hotspot.WhiteBox * @compile GCStressApp.java * @run driver ClassFileInstaller -jar gcstress.jar GCStressApp * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox ! * @run main GCStressTest */ import jdk.test.lib.process.OutputAnalyzer; public class GCStressTest { --- 32,42 ---- * jdk.jartool/sun.tools.jar * @build sun.hotspot.WhiteBox * @compile GCStressApp.java * @run driver ClassFileInstaller -jar gcstress.jar GCStressApp * @run driver ClassFileInstaller -jar WhiteBox.jar sun.hotspot.WhiteBox ! * @run driver GCStressTest */ import jdk.test.lib.process.OutputAnalyzer; public class GCStressTest {
< prev index next >