langtools/test/tools/javac/enum/6384542/T6384542a.java
author jjg
Mon, 29 Nov 2010 14:15:36 -0800
changeset 7335 8b390fd27190
parent 6150 d055fa8ced62
permissions -rw-r--r--
6900037: javac should warn if earlier -source is used and bootclasspath not set Reviewed-by: darcy

/**
 * @test  /nodynamiccopyright/
 * @bug     6384542
 * @summary crash: test/tools/javac/versions/check.sh
 * @author  Peter von der Ah\u00e9
 * @compile/fail -source 5   T6384542a.java
 * @compile      -source 1.4 T6384542a.java
 * @compile/fail/ref=T6384542a_5.out -source 5   -Xlint:-options -XDrawDiagnostics T6384542a.java
 * @compile/ref=T6384542a_1_4.out    -source 1.4 -Xlint:-options -XDrawDiagnostics T6384542a.java
 */

public class T6384542a {
    T6384542a enum = null;
}