langtools/test/tools/javac/classfiles/attributes/LocalVariableTable/LocalVariableTableTest.java
changeset 36778 e04318f39f92
parent 36526 3b41f1c69604
equal deleted inserted replaced
36777:28d33fb9097f 36778:e04318f39f92
     1 /*
     1 /*
     2  * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    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.main
    30  *          jdk.compiler/com.sun.tools.javac.main
    31  *          jdk.compiler/com.sun.tools.javac.util
    31  *          jdk.compiler/com.sun.tools.javac.util
    32  *          jdk.jdeps/com.sun.tools.classfile
    32  *          jdk.jdeps/com.sun.tools.classfile
    33  *          jdk.jdeps/com.sun.tools.javap
    33  * @build toolbox.ToolBox InMemoryFileManager TestBase
    34  * @build ToolBox LocalVariableTestBase TestBase InMemoryFileManager
    34  * @build LocalVariableTestBase
    35  * @compile -g LocalVariableTableTest.java
    35  * @compile -g LocalVariableTableTest.java
    36  * @run main LocalVariableTableTest
    36  * @run main LocalVariableTableTest
    37  */
    37  */
    38 
    38 
    39 import com.sun.tools.classfile.Code_attribute;
    39 import com.sun.tools.classfile.Code_attribute;