langtools/test/tools/javac/lambda/lambdaExecution/InInterface.java
changeset 19665 8209bb66a9af
parent 17575 7693e6ff0d7d
child 22448 a85fbad9d687
equal deleted inserted replaced
19664:4369a475040a 19665:8209bb66a9af
    24  */
    24  */
    25 
    25 
    26 /**
    26 /**
    27  * @test
    27  * @test
    28  * @bug 8003639
    28  * @bug 8003639
    29  * @ignore 8013875: Incorrect vtable index being set during methodHandle creation for static
       
    30  * @summary convert lambda testng tests to jtreg and add them
    29  * @summary convert lambda testng tests to jtreg and add them
    31  * @run testng InInterface
    30  * @run testng InInterface
    32  */
    31  */
    33 
    32 
    34 import static org.testng.Assert.assertEquals;
    33 import static org.testng.Assert.assertEquals;