langtools/test/tools/javac/6330997/T6330997.java
changeset 24604 7f68545b5128
parent 22151 cb8daa93eeb1
child 30730 d3ce7619db2c
equal deleted inserted replaced
24603:43e7e44d63da 24604:7f68545b5128
     1 /*
     1 /*
     2  * Copyright (c) 2006, 2013, 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.
    34 
    34 
    35 import java.nio.*;
    35 import java.nio.*;
    36 import java.io.*;
    36 import java.io.*;
    37 import java.nio.channels.*;
    37 import java.nio.channels.*;
    38 import com.sun.tools.javac.api.JavacTaskImpl;
    38 import com.sun.tools.javac.api.JavacTaskImpl;
    39 import com.sun.tools.javac.jvm.ClassReader.BadClassFile;
    39 import com.sun.tools.javac.code.ClassFinder.BadClassFile;
    40 import com.sun.tools.javac.main.JavaCompiler;
    40 import com.sun.tools.javac.main.JavaCompiler;
    41 import javax.tools.ToolProvider;
    41 import javax.tools.ToolProvider;
    42 
    42 
    43 public class T6330997 {
    43 public class T6330997 {
    44     public static void main(String... args) {
    44     public static void main(String... args) {