comparison test/runtime/lambda-features/InvokespecialInterface.java @ 14333:26c3b944dc35

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 00c48a8ca160
children 805784307dca 90257dfad6e3
comparison
equal deleted inserted replaced
14332:c2626e4f0c80 14333:26c3b944dc35
24 24
25 /* 25 /*
26 * @test 26 * @test
27 * @bug 8032024 27 * @bug 8032024
28 * @bug 8025937 28 * @bug 8025937
29 * @bug 8033528
29 * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref 30 * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
30 * @run main InvokespecialInterface 31 * @run main/othervm -XX:+StressRewriter InvokespecialInterface
31 */ 32 */
32 import java.util.function.*; 33 import java.util.function.*;
33 import java.util.*; 34 import java.util.*;
34 35
35 interface I { 36 interface I {