< prev index next >

test/compiler/oracle/GetMethodOptionTest.java

Print this page

        

*** 22,39 **** */ import java.lang.reflect.Executable; import java.util.function.BiFunction; ! import com.oracle.java.testlibrary.Asserts; import sun.hotspot.WhiteBox; /* * @test * @bug 8074980 * @library /testlibrary /../../test/lib ! * @build sun.hotspot.WhiteBox com.oracle.java.testlibrary.Asserts GetMethodOptionTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:CompileCommand=option,GetMethodOptionTest::test,ccstrlist,MyListOption,_foo,_bar * -XX:CompileCommand=option,GetMethodOptionTest::test,ccstr,MyStrOption,_foo --- 22,39 ---- */ import java.lang.reflect.Executable; import java.util.function.BiFunction; ! import jdk.test.lib.Asserts; import sun.hotspot.WhiteBox; /* * @test * @bug 8074980 * @library /testlibrary /../../test/lib ! * @build sun.hotspot.WhiteBox jdk.test.lib.Asserts GetMethodOptionTest * @run main ClassFileInstaller sun.hotspot.WhiteBox * sun.hotspot.WhiteBox$WhiteBoxPermission * @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI * -XX:CompileCommand=option,GetMethodOptionTest::test,ccstrlist,MyListOption,_foo,_bar * -XX:CompileCommand=option,GetMethodOptionTest::test,ccstr,MyStrOption,_foo
< prev index next >