< prev index next >

test/compiler/types/correctness/OffTest.java

Print this page

        

*** 22,47 **** */ /* * @test CorrectnessTest * @bug 8038418 ! * @library /testlibrary /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8066173 ! * @build compiler.types.correctness.OffTest * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/timeout=1200 compiler.types.correctness.OffTest */ package compiler.types.correctness; import compiler.types.correctness.scenarios.ProfilingType; ! import jdk.test.lib.OutputAnalyzer; ! import jdk.test.lib.ProcessTools; import jdk.test.lib.Utils; import java.util.Random; public class OffTest { --- 22,47 ---- */ /* * @test CorrectnessTest * @bug 8038418 ! * @library /test/lib / * @modules java.base/jdk.internal.misc * java.management * * @ignore 8066173 ! * @build sun.hotspot.WhiteBox * @run driver ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/timeout=1200 compiler.types.correctness.OffTest */ package compiler.types.correctness; import compiler.types.correctness.scenarios.ProfilingType; ! import jdk.test.lib.process.OutputAnalyzer; ! import jdk.test.lib.process.ProcessTools; import jdk.test.lib.Utils; import java.util.Random; public class OffTest {
< prev index next >