diff test/runtime/lambda-features/InvokespecialInterface.java @ 17665:10c9507f544a

8033528: assert(0 <= i && i < length()) failed: index out of bounds Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option. Reviewed-by: twisti, hseigel
author coleenp
date Fri, 07 Feb 2014 18:30:27 -0500
parents 76a75ac07a92
children 805784307dca 90257dfad6e3
line wrap: on
line diff
--- a/test/runtime/lambda-features/InvokespecialInterface.java	Fri Jan 17 11:21:29 2014 -0500
+++ b/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.*;