langtools/test/tools/javac/lambda/ByteCodeTest.java
changeset 30846 2b3f379840f0
parent 30730 d3ce7619db2c
child 42822 a84956e7ee4d
equal deleted inserted replaced
30845:43ddd58a5a56 30846:2b3f379840f0
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug     8011738
    26  * @bug     8011738
    27  * @author  sogoel
    27  * @author  sogoel
    28  * @summary Code translation test for Lambda expressions, method references
    28  * @summary Code translation test for Lambda expressions, method references
    29  * @modules jdk.compiler/com.sun.tools.classfile
    29  * @modules jdk.jdeps/com.sun.tools.classfile
    30  * @run main ByteCodeTest
    30  * @run main ByteCodeTest
    31  */
    31  */
    32 
    32 
    33 import com.sun.tools.classfile.Attribute;
    33 import com.sun.tools.classfile.Attribute;
    34 import com.sun.tools.classfile.BootstrapMethods_attribute;
    34 import com.sun.tools.classfile.BootstrapMethods_attribute;