Changeset: 1936504ce917 Author: dmeetry Date: 2012-05-25 16:47 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/1936504ce917
7151070: NullPointerException in Resolve.isAccessible Summary: Spurious accessibility check in TransTypes Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Resolve.java ! src/share/classes/com/sun/tools/javac/comp/TransTypes.java + test/tools/javac/generics/7151070/T7151070.java + test/tools/javac/generics/7151070/T7151070.out Changeset: c2668fc629cc Author: dmeetry Date: 2012-05-31 15:49 +0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/c2668fc629cc 7148242: Regression: valid code rejected during generic type well-formedness check Summary: Redundant type-var substitution makes generic-type well-formedness check to fail Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Check.java + test/tools/javac/generics/typevars/T7148242.java Changeset: fcebf337f5c1 Author: lana Date: 2012-06-01 11:47 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/fcebf337f5c1 Merge