< prev index next >

test/jdk/java/lang/invoke/condy/CondyNameValidationTest.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 CondyNameValidationTest * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyNameValidationTest */ --- 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 CondyNameValidationTest * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyNameValidationTest */
< prev index next >