< prev index next >

test/hotspot/jtreg/runtime/condy/BadBSMUseTest.java

Print this page
rev 59076 : [mq]: 8243945

*** 27,37 **** * @summary CONSTANT_Dynamic_info structure's tries to use a BSM index whose signature is for an invokedynamic and vice versa. * @modules java.base/jdk.internal.misc * @library /test/lib * @compile CondyUsesIndyBSM.jcod * @compile IndyUsesCondyBSM.jcod ! * @run main/othervm -Xverify:all BadBSMUseTest */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.compiler.InMemoryJavaCompiler; --- 27,37 ---- * @summary CONSTANT_Dynamic_info structure's tries to use a BSM index whose signature is for an invokedynamic and vice versa. * @modules java.base/jdk.internal.misc * @library /test/lib * @compile CondyUsesIndyBSM.jcod * @compile IndyUsesCondyBSM.jcod ! * @run driver BadBSMUseTest */ import jdk.test.lib.process.ProcessTools; import jdk.test.lib.process.OutputAnalyzer; import jdk.test.lib.compiler.InMemoryJavaCompiler;
< prev index next >