langtools/test/tools/javac/classfiles/attributes/Signature/ExceptionTest.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
    25  * @test
    25  * @test
    26  * @bug 8049238
    26  * @bug 8049238
    27  * @summary Checks Signature attribute for methods which throw exceptions.
    27  * @summary Checks Signature attribute for methods which throw exceptions.
    28  * @library /tools/lib /tools/javac/lib ../lib
    28  * @library /tools/lib /tools/javac/lib ../lib
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    29  * @modules jdk.compiler/com.sun.tools.javac.api
    30  *          jdk.compiler/com.sun.tools.javac.file
       
    31  *          jdk.compiler/com.sun.tools.javac.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    32  *          jdk.jdeps/com.sun.tools.classfile
    31  *          jdk.jdeps/com.sun.tools.classfile
    33  *          jdk.jdeps/com.sun.tools.javap
    32  * @build toolbox.ToolBox InMemoryFileManager TestResult TestBase
    34  * @build TestBase TestResult InMemoryFileManager ToolBox
       
    35  * @build ExceptionTest Driver ExpectedSignature ExpectedSignatureContainer
    33  * @build ExceptionTest Driver ExpectedSignature ExpectedSignatureContainer
    36  * @run main Driver ExceptionTest
    34  * @run main Driver ExceptionTest
    37  */
    35  */
    38 
    36 
    39 import java.io.IOError;
    37 import java.io.IOError;