8014566: Remove @ignore tags from MethodReference66 and InInterface when 8013875 is fixed

Wed, 28 Aug 2013 10:17:23 -0700

author
henryjen
date
Wed, 28 Aug 2013 10:17:23 -0700
changeset 1983
7de7100c30ce
parent 1982
662a5188bded
child 1984
189942cdf585

8014566: Remove @ignore tags from MethodReference66 and InInterface when 8013875 is fixed
Reviewed-by: briangoetz, jjg

test/tools/javac/lambda/MethodReference66.java file | annotate | diff | comparison | revisions
test/tools/javac/lambda/lambdaExecution/InInterface.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/tools/javac/lambda/MethodReference66.java	Tue Aug 27 11:58:53 2013 -0700
     1.2 +++ b/test/tools/javac/lambda/MethodReference66.java	Wed Aug 28 10:17:23 2013 -0700
     1.3 @@ -24,7 +24,6 @@
     1.4  /*
     1.5   * @test
     1.6   * @bug 8009299
     1.7 - * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static
     1.8   * @summary Javac crashes when compiling method reference to static interface method
     1.9   * @run main/othervm -Xverify:none MethodReference66
    1.10   */
     2.1 --- a/test/tools/javac/lambda/lambdaExecution/InInterface.java	Tue Aug 27 11:58:53 2013 -0700
     2.2 +++ b/test/tools/javac/lambda/lambdaExecution/InInterface.java	Wed Aug 28 10:17:23 2013 -0700
     2.3 @@ -26,7 +26,6 @@
     2.4  /**
     2.5   * @test
     2.6   * @bug 8003639
     2.7 - * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static
     2.8   * @summary convert lambda testng tests to jtreg and add them
     2.9   * @run testng InInterface
    2.10   */

mercurial