hg: jdk8u/jdk8u/langtools: 2 new changesets
rob.mckenna at oracle.com
rob.mckenna at oracle.com
Fri Jan 15 15:34:23 UTC 2016
Changeset: 0353cf89ea96
Author: sadayapalam
Date: 2016-01-07 08:45 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/0353cf89ea96
8145466: javac: No line numbers in compilation error
Summary: Compiler should not use the syntax tree from enclosing contexts in diagnostics even when the enclosing contexts are consulted for method lookup.
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/comp/AttrContext.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
+ test/tools/javac/diags/DiagnosticRewriterTest.java
+ test/tools/javac/diags/DiagnosticRewriterTest.out
+ test/tools/javac/diags/DiagnosticRewriterTest2.java
+ test/tools/javac/diags/DiagnosticRewriterTest2.out
Changeset: 9731ab1f18ee
Author: robm
Date: 2016-01-14 18:05 +0000
URL: http://hg.openjdk.java.net/jdk8u/jdk8u/langtools/rev/9731ab1f18ee
8145722: NullPointerException in javadoc
Reviewed-by: jjg
! src/share/classes/com/sun/tools/doclets/internal/toolkit/util/VisibleMemberMap.java
More information about the jdk8u-changes
mailing list