< prev index next >

test/compiler/jsr292/NullConstantReceiver.java

Print this page

        

@@ -21,12 +21,14 @@
  * questions.
  */
 
 /**
  * @test
- * @bug 8059556
+ * @bug 8059556 8158639
+ *  
  * @run main/othervm -Xbatch NullConstantReceiver
+ * @run main/othervm -Xbatch -XX:CompileCommand=exclude,*::run NullConstantReceiver
  */
 
 import java.lang.invoke.MethodHandle;
 import java.lang.invoke.MethodHandles;
 import java.lang.invoke.MethodType;
< prev index next >