mcimadamore@159: /* jjg@384: * @test /nodynamiccopyright/ mcimadamore@159: * @bug 6680106 mcimadamore@159: * @summary StackOverFlowError for Cyclic inheritance in TypeParameters with ArrayType Bounds mcimadamore@159: * @author Maurizio Cimadamore mcimadamore@159: * @compile/fail/ref=T6680106.out -XDrawDiagnostics T6680106.java mcimadamore@159: */ mcimadamore@159: mcimadamore@159: class T6680106 { mcimadamore@159: class A0 {} mcimadamore@159: class A1 {} mcimadamore@159: class A2 {} mcimadamore@159: class A3 {} mcimadamore@159: class A5 {} mcimadamore@159: class A6 {} mcimadamore@159: class A7 {} mcimadamore@159: }