mcimadamore@343: /** jjg@384: * @test /nodynamiccopyright/ mcimadamore@343: * @bug 6864382 mcimadamore@343: * @summary NullPointerException when compiling a negative java source mcimadamore@343: * @author mcimadamore mcimadamore@343: * @compile/fail/ref=T6864382.out -XDrawDiagnostics T6864382.java mcimadamore@343: */ mcimadamore@343: mcimadamore@343: class T6864382 extends T {}