test/compiler/types/correctness/OffTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/types/correctness/OffTest.java

test/compiler/types/correctness/OffTest.java

Print this page

        

*** 22,39 **** */ /* * @test CorrectnessTest * @bug 8038418 ! * @library /testlibrary /testlibrary/whitebox * @ignore 8066173 * @compile execution/TypeConflict.java execution/TypeProfile.java * execution/MethodHandleDelegate.java * @build CorrectnessTest * @build OffTest ! * @run main ClassFileInstaller sun.hotspot.WhiteBox ! * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/timeout=1200 OffTest */ import com.oracle.java.testlibrary.OutputAnalyzer; import com.oracle.java.testlibrary.ProcessTools; --- 22,39 ---- */ /* * @test CorrectnessTest * @bug 8038418 ! * @library /testlibrary /../../test/lib * @ignore 8066173 * @compile execution/TypeConflict.java execution/TypeProfile.java * execution/MethodHandleDelegate.java * @build CorrectnessTest * @build OffTest ! * @run main ClassFileInstaller jdk.testlib.WhiteBox ! * jdk.testlib.WhiteBox$WhiteBoxPermission * @run main/timeout=1200 OffTest */ import com.oracle.java.testlibrary.OutputAnalyzer; import com.oracle.java.testlibrary.ProcessTools;
test/compiler/types/correctness/OffTest.java
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File