langtools/test/tools/javac/defaultMethods/BadClassfile.java
changeset 24604 7f68545b5128
parent 21006 534673718919
child 30730 d3ce7619db2c
equal deleted inserted replaced
24603:43e7e44d63da 24604:7f68545b5128
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    30  * @run main BadClassfile
    30  * @run main BadClassfile
    31  */
    31  */
    32 
    32 
    33 import com.sun.tools.classfile.*;
    33 import com.sun.tools.classfile.*;
    34 import com.sun.tools.javac.api.JavacTaskImpl;
    34 import com.sun.tools.javac.api.JavacTaskImpl;
       
    35 import com.sun.tools.javac.code.ClassFinder.BadClassFile;
    35 import com.sun.tools.javac.code.Symbol;
    36 import com.sun.tools.javac.code.Symbol;
    36 import com.sun.tools.javac.jvm.ClassReader.BadClassFile;
       
    37 import com.sun.tools.javac.jvm.Target;
    37 import com.sun.tools.javac.jvm.Target;
    38 import com.sun.tools.javac.util.Assert;
    38 import com.sun.tools.javac.util.Assert;
    39 import com.sun.tools.javac.util.JCDiagnostic;
    39 import com.sun.tools.javac.util.JCDiagnostic;
    40 import java.io.File;
    40 import java.io.File;
    41 import java.util.Arrays;
    41 import java.util.Arrays;