langtools/test/tools/javac/types/ScopeListenerTest.java
changeset 36526 3b41f1c69604
parent 32454 b0ac04e0fefe
child 42407 f3702cff2933
equal deleted inserted replaced
36525:4caf88912b7f 36526:3b41f1c69604
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8039262
    26  * @bug 8039262
    27  * @summary Ensure that using Types.membersClosure does not increase the number of listeners on the
    27  * @summary Ensure that using Types.membersClosure does not increase the number of listeners on the
    28  *          class's members Scope.
    28  *          class's members Scope.
       
    29  * @modules jdk.compiler/com.sun.tools.javac.code
       
    30  *          jdk.compiler/com.sun.tools.javac.file
       
    31  *          jdk.compiler/com.sun.tools.javac.util
    29  */
    32  */
    30 
    33 
    31 import com.sun.tools.javac.code.Scope;
    34 import com.sun.tools.javac.code.Scope;
    32 import com.sun.tools.javac.code.Scope.ScopeListenerList;
    35 import com.sun.tools.javac.code.Scope.ScopeListenerList;
    33 import com.sun.tools.javac.code.Symbol;
    36 import com.sun.tools.javac.code.Symbol;