annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14281
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
1 /*
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
2 * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
4 *
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
5 * This code is free software; you can redistribute it and/or modify it
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
6 * under the terms of the GNU General Public License version 2 only, as
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
7 * published by the Free Software Foundation.
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
8 *
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
9 * This code is distributed in the hope that it will be useful, but WITHOUT
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
10 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
11 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
12 * version 2 for more details (a copy is included in the LICENSE file that
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
13 * accompanied this code).
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
14 *
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License version
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
16 * 2 along with this work; if not, write to the Free Software Foundation,
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
17 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
18 *
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
19 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
20 * or visit www.oracle.com if you need additional information or have any
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
21 * questions.
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
22 *
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
23 */
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
24
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
25 /*
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
26 * @test
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
27 * @bug 8032024
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
28 * @bug 8025937
14333
26c3b944dc35 8033528: assert(0 <= i && i < length()) failed: index out of bounds
coleenp
parents: 14281
diff changeset
29 * @bug 8033528
14281
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
30 * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
14333
26c3b944dc35 8033528: assert(0 <= i && i < length()) failed: index out of bounds
coleenp
parents: 14281
diff changeset
31 * @run main/othervm -XX:+StressRewriter InvokespecialInterface
14281
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
32 */
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
33 import java.util.function.*;
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
34 import java.util.*;
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
35
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
36 interface I {
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
37 default void imethod() { System.out.println("I::imethod"); }
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
38 }
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
39
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
40 class C implements I {
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
41 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
42 public void bar() { I i = this; i.imethod(); } // invokeinterface same
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
43 public void doSomeInvokedynamic() {
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
44 String str = "world";
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
45 Supplier<String> foo = ()->"hello, "+str;
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
46 String res = foo.get();
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
47 System.out.println(res);
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
48 }
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
49 }
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
50
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
51 public class InvokespecialInterface {
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
52 public static void main(java.lang.String[] unused) {
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
53 // need to create C and call I::foo()
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
54 C c = new C();
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
55 c.foo();
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
56 c.bar();
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
57 c.doSomeInvokedynamic();
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
58 }
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
59 };
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
60
00c48a8ca160 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
61