< prev index next >

test/compiler/valhalla/valuetypes/TestBoundValueTypes.java

Print this page

        

@@ -34,11 +34,11 @@
  * @bug 8185339
  * @summary Test correct compilation of MethodHandles with bound value type arguments.
  * @modules java.base/jdk.experimental.value
  *          jdk.incubator.mvt
  * @compile -XDenableValueTypes ValueCapableClass2.java TestBoundValueTypes.java
- * @run main/othervm -noverify -XX:+EnableMVT -XX:CompileCommand=compileonly,compiler.valhalla.valuetypes.TestBoundValueTypes::*
+ * @run main/othervm -XX:+EnableMVT -XX:CompileCommand=compileonly,compiler.valhalla.valuetypes.TestBoundValueTypes::*
  *                   -XX:CompileCommand=compileonly,java.lang.invoke.*::* compiler.valhalla.valuetypes.TestBoundValueTypes
  */
 public class TestBoundValueTypes {
     static final Object vcc = ValueCapableClass2.create(42L);
 
< prev index next >