diff -r 5182bc65845b -r 1d8232b1aa18 langtools/test/tools/javac/defaultMethods/Pos10.java --- a/langtools/test/tools/javac/defaultMethods/Pos10.java Mon Sep 09 23:13:45 2013 +0200 +++ b/langtools/test/tools/javac/defaultMethods/Pos10.java Tue Sep 10 13:47:51 2013 +0200 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 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 check that type-variables in generic extension decl can be accessed from default impl * @author Maurizio Cimadamore * @compile Pos10.java