hg: jdk9/sandbox/langtools: 8145489: NPE while compiling annotations with qualified names in package-info.java
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Wed Jun 1 11:45:58 UTC 2016
Changeset: 2d1a6b746310
Author: mcimadamore
Date: 2016-06-01 12:39 +0100
URL: http://hg.openjdk.java.net/jdk9/sandbox/langtools/rev/2d1a6b746310
8145489: NPE while compiling annotations with qualified names in package-info.java
Summary: Spurious method reference check in Attr.visitSelect is causing NPE
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/annotations/8145489/T8145489.java
+ test/tools/javac/annotations/8145489/foo/Anno.java
+ test/tools/javac/annotations/8145489/foo/Status.java
+ test/tools/javac/annotations/8145489/foo/package-info.java
More information about the jdk9-sandbox-changes
mailing list