hotspot/test/runtime/lambda-features/InvokespecialInterface.java
changeset 22750 a3c879b18f22
parent 22523 88e7f090ba37
child 22798 175a9549fb01
--- a/hotspot/test/runtime/lambda-features/InvokespecialInterface.java	Fri Feb 07 11:47:24 2014 -0800
+++ b/hotspot/test/runtime/lambda-features/InvokespecialInterface.java	Fri Feb 07 18:30:27 2014 -0500
@@ -26,8 +26,9 @@
  * @test
  * @bug 8032024
  * @bug 8025937
+ * @bug 8033528
  * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
- * @run main InvokespecialInterface
+ * @run main/othervm -XX:+StressRewriter InvokespecialInterface
  */
 import java.util.function.*;
 import java.util.*;