annotate test/runtime/lambda-features/InvokespecialInterface.java @ 17664:76a75ac07a92

8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change Summary: Test didn't get hg added with original bug fix Reviewed-by: jrose, hseigel, lfoltan
author coleenp
date Fri, 17 Jan 2014 11:21:29 -0500
parents
children 26c3b944dc35
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
17664
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
1 /*
76a75ac07a92 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.
76a75ac07a92 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.
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
4 *
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 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.
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
8 *
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 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).
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
14 *
76a75ac07a92 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
76a75ac07a92 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,
76a75ac07a92 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.
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
18 *
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
21 * questions.
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
22 *
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
23 */
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
24
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
25 /*
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
26 * @test
76a75ac07a92 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
76a75ac07a92 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
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
29 * @summary [JDK 8] Test invokespecial and invokeinterface with the same JVM_CONSTANT_InterfaceMethodref
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
30 * @run main InvokespecialInterface
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
31 */
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
32 import java.util.function.*;
76a75ac07a92 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.*;
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
34
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
35 interface I {
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
36 default void imethod() { System.out.println("I::imethod"); }
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
37 }
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
38
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
39 class C implements I {
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
40 public void foo() { I.super.imethod(); } // invokespecial InterfaceMethod
76a75ac07a92 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 bar() { I i = this; i.imethod(); } // invokeinterface same
76a75ac07a92 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 doSomeInvokedynamic() {
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
43 String str = "world";
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
44 Supplier<String> foo = ()->"hello, "+str;
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
45 String res = foo.get();
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
46 System.out.println(res);
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
47 }
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
48 }
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
49
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
50 public class InvokespecialInterface {
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
51 public static void main(java.lang.String[] unused) {
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
52 // need to create C and call I::foo()
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
53 C c = new C();
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
54 c.foo();
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
55 c.bar();
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
56 c.doSomeInvokedynamic();
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
57 }
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
58 };
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
59
76a75ac07a92 8032024: Test not added for bug 8025937: assert(existing_f1 == NULL || existing_f1 == f1) failed: illegal field,change
coleenp
parents:
diff changeset
60