diff -r 77d395862700 -r bb7271e64ef6 test/tools/javac/defaultMethods/Pos02.java --- a/test/tools/javac/defaultMethods/Pos02.java Mon Sep 09 23:13:45 2013 +0200 +++ b/test/tools/javac/defaultMethods/Pos02.java Tue Sep 10 13:47:51 2013 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -23,6 +23,7 @@ /* * @test + * @bug 7192246 * @summary test for explicit resolution of ambiguous default methods * @author Maurizio Cimadamore * @compile Pos02.java