< prev index next >

test/jdk/java/lang/invoke/condy/CondyTypeValidationTest.java

Print this page
rev 51791 : [mq]: bytecode

*** 23,33 **** /* * @test * @bug 8186046 * @summary Test invalid name in name and type ! * @library /lib/testlibrary/bytecode /java/lang/invoke/common * @build jdk.experimental.bytecode.BasicClassBuilder test.java.lang.invoke.lib.InstructionHelper * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyTypeValidationTest */ import org.testng.annotations.DataProvider; --- 23,33 ---- /* * @test * @bug 8186046 * @summary Test invalid name in name and type ! * @library /test/lib/bytecode /java/lang/invoke/common * @build jdk.experimental.bytecode.BasicClassBuilder test.java.lang.invoke.lib.InstructionHelper * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyTypeValidationTest */ import org.testng.annotations.DataProvider;
< prev index next >