test/tools/javac/lambda/MethodReference66.java

changeset 1752
c09b7234cded
parent 0
959103a6100f
child 1983
7de7100c30ce
equal deleted inserted replaced
1751:ca8808c88f94 1752:c09b7234cded
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 8009299 26 * @bug 8009299
27 * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static
27 * @summary Javac crashes when compiling method reference to static interface method 28 * @summary Javac crashes when compiling method reference to static interface method
28 * @run main/othervm -Xverify:none MethodReference66 29 * @run main/othervm -Xverify:none MethodReference66
29 */ 30 */
30 public class MethodReference66 { 31 public class MethodReference66 {
31 32

mercurial