hg: jdk8u/jdk8u-dev/langtools: 8065986: Compiler fails to NullPointerException when calling super with Object<>()
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Thu Nov 12 22:11:12 UTC 2015
Changeset: 0caab0d65a04
Author: mcimadamore
Date: 2015-11-12 22:10 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u-dev/langtools/rev/0caab0d65a04
8065986: Compiler fails to NullPointerException when calling super with Object<>()
Summary: Missing POLY kind selector on recursive constructor calls with poly arguments
Reviewed-by: vromero
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/generics/diamond/8065986/T8065986a.java
+ test/tools/javac/generics/diamond/8065986/T8065986a.out
+ test/tools/javac/generics/diamond/8065986/T8065986b.java
+ test/tools/javac/generics/diamond/8065986/T8065986b.out
More information about the jdk8u-dev-changes
mailing list