diff -r 74f0c05c51eb -r ca32f2986301 test/tools/javac/generics/diamond/pos/Pos05.java --- a/test/tools/javac/generics/diamond/pos/Pos05.java Mon Mar 07 14:11:48 2011 +0000 +++ b/test/tools/javac/generics/diamond/pos/Pos05.java Mon Mar 07 14:31:50 2011 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2011, 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,9 +23,9 @@ /* * @test - * @bug 6939620 + * @bug 6939620 7020044 * - * @summary Switch to 'complex' diamond inference scheme + * @summary Check that 'complex' inference sometimes works in method context * @author mcimadamore * @compile Pos05.java *