< prev index next >

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

Print this page
rev 51791 : [mq]: bytecode

*** 23,33 **** /* * @test * @bug 8186046 * @summary Test for condy BSMs returning primitive values or null ! * @library /lib/testlibrary/bytecode * @build jdk.experimental.bytecode.BasicClassBuilder * @run testng CondyReturnPrimitiveTest * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyReturnPrimitiveTest */ --- 23,33 ---- /* * @test * @bug 8186046 * @summary Test for condy BSMs returning primitive values or null ! * @library /test/lib/bytecode * @build jdk.experimental.bytecode.BasicClassBuilder * @run testng CondyReturnPrimitiveTest * @run testng/othervm -XX:+UnlockDiagnosticVMOptions -XX:UseBootstrapCallInfo=3 CondyReturnPrimitiveTest */
< prev index next >