langtools/test/tools/javac/T6435291/T6435291.java
changeset 24604 7f68545b5128
parent 5520 86e4b9a9da40
child 30730 d3ce7619db2c
equal deleted inserted replaced
24603:43e7e44d63da 24604:7f68545b5128
     1 /*
     1 /*
     2  * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2006, 2014, 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  * @author  Wei Tao
    28  * @author  Wei Tao
    29  * @run main/othervm T6435291
    29  * @run main/othervm T6435291
    30  */
    30  */
    31 
    31 
    32 import com.sun.tools.javac.api.JavacTaskImpl;
    32 import com.sun.tools.javac.api.JavacTaskImpl;
    33 import com.sun.tools.javac.jvm.ClassReader.BadClassFile;
    33 import com.sun.tools.javac.code.ClassFinder.BadClassFile;
    34 import com.sun.tools.javac.main.JavaCompiler;
    34 import com.sun.tools.javac.main.JavaCompiler;
    35 import javax.tools.ToolProvider;
    35 import javax.tools.ToolProvider;
    36 
    36 
    37 public class T6435291 {
    37 public class T6435291 {
    38     public static void main(String... args) {
    38     public static void main(String... args) {