diff -r 843d3b191773 -r 01c9d4161882 test/tools/javac/defaultMethods/Pos06.java --- a/test/tools/javac/defaultMethods/Pos06.java Fri Nov 16 18:27:36 2012 +0000 +++ b/test/tools/javac/defaultMethods/Pos06.java Sat Nov 17 19:01:03 2012 +0000 @@ -25,7 +25,7 @@ * @test * @summary check that well-formed MI hierarchies behaves well w.r.t. method resolution (i.e. no ambiguities) * @author Maurizio Cimadamore - * @compile -XDallowDefaultMethods Pos06.java + * @compile Pos06.java */ class Pos06 {