langtools/test/tools/javac/tree/TreePosTest.java
changeset 43876 bfb874896f7e
parent 43580 22134ce68814
child 44299 f7ba265fafc7
equal deleted inserted replaced
43875:d0e60aa1f18b 43876:bfb874896f7e
   106  *          jdk.compiler/com.sun.tools.javac.api
   106  *          jdk.compiler/com.sun.tools.javac.api
   107  *          jdk.compiler/com.sun.tools.javac.code
   107  *          jdk.compiler/com.sun.tools.javac.code
   108  *          jdk.compiler/com.sun.tools.javac.file
   108  *          jdk.compiler/com.sun.tools.javac.file
   109  *          jdk.compiler/com.sun.tools.javac.tree
   109  *          jdk.compiler/com.sun.tools.javac.tree
   110  *          jdk.compiler/com.sun.tools.javac.util
   110  *          jdk.compiler/com.sun.tools.javac.util
   111  * @run main TreePosTest -q -r .
   111  * @run main/othervm TreePosTest -q -r .
   112  */
   112  */
   113 public class TreePosTest {
   113 public class TreePosTest {
   114     /**
   114     /**
   115      * Main entry point.
   115      * Main entry point.
   116      * If test.src is set, program runs in jtreg mode, and will throw an Error
   116      * If test.src is set, program runs in jtreg mode, and will throw an Error