diff -r 328896931b98 -r db2c539819dd test/tools/javac/generics/7034511/T7034511b.java --- a/test/tools/javac/generics/7034511/T7034511b.java Wed Jul 17 14:14:32 2013 +0100 +++ b/test/tools/javac/generics/7034511/T7034511b.java Wed Jul 17 14:14:49 2013 +0100 @@ -1,13 +1,10 @@ /* * @test /nodynamiccopyright/ - * @ignore 7041019 Bogus type-variable substitution with array types with dependencies on accessibility check - * @bug 7034511 7040883 + * @bug 7034511 7040883 7041019 * @summary Loophole in typesafety * @compile/fail/ref=T7034511b.out -XDrawDiagnostics T7034511b.java */ -// backing out 7034511, see 7040883 - class T7034511b { static class MyList { E toArray(E[] e) { return null; }