langtools/test/tools/javac/lambda/AvoidInfiniteReattribution.java
changeset 36526 3b41f1c69604
parent 30064 39493809b601
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8077605
    26  * @bug 8077605
    27  * @summary Check that when an exception occurs during Attr.visitLambda, an attempt to attribute
    27  * @summary Check that when an exception occurs during Attr.visitLambda, an attempt to attribute
    28             the lambda again is avoided rather than falling into an infinite recursion.
    28  *          the lambda again is avoided rather than falling into an infinite recursion.
       
    29  * @modules jdk.compiler/com.sun.tools.javac.api
       
    30  *          jdk.compiler/com.sun.tools.javac.comp
       
    31  *          jdk.compiler/com.sun.tools.javac.tree
       
    32  *          jdk.compiler/com.sun.tools.javac.util
    29  */
    33  */
    30 
    34 
    31 import java.io.IOException;
    35 import java.io.IOException;
    32 import java.net.URI;
    36 import java.net.URI;
    33 import java.util.Arrays;
    37 import java.util.Arrays;