hg: jdk9/client/langtools: 6 new changesets

philip.race at oracle.com philip.race at oracle.com
Wed Mar 19 19:01:27 UTC 2014


Changeset: d6f605b42729
Author:    darcy
Date:      2014-03-11 17:52 -0700
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/d6f605b42729

8037120: Fix doclint warnings in javax.lang.model exception types
Reviewed-by: jjg

! src/share/classes/javax/lang/model/type/MirroredTypeException.java
! src/share/classes/javax/lang/model/type/MirroredTypesException.java

Changeset: 06c9978d2891
Author:    vromero
Date:      2014-03-13 17:36 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/06c9978d2891

8034127: javac provide debug oriented toString() methods to InferenceContext and UndetVar
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/comp/Infer.java

Changeset: bd152504a538
Author:    vromero
Date:      2014-03-13 20:13 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/bd152504a538

8034924: Incorrect inheritance of inaccessible static method
Reviewed-by: jjg, jlahoda

! src/share/classes/com/sun/tools/javac/code/Symbol.java
+ test/tools/javac/IncorrectInheritance/IncorrectInheritanceTest.java

Changeset: c2bdc8b3610b
Author:    emc
Date:      2014-03-14 15:35 -0400
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/c2bdc8b3610b

8037420: Silent failures in Annotate.actualEnterTypeAnnotations
Summary: Remove two silent failures
Reviewed-by: jjg

! src/share/classes/com/sun/tools/javac/comp/Annotate.java

Changeset: 663d51ec6576
Author:    dlsmith
Date:      2014-03-17 14:03 -0600
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/663d51ec6576

8034980: Fix @summary tag of test/tools/javac/parser/T4910483.java
Reviewed-by: vromero

! test/tools/javac/parser/T4910483.java

Changeset: 3dd1606e93fb
Author:    vromero
Date:      2014-03-18 22:12 +0000
URL:       http://hg.openjdk.java.net/jdk9/client/langtools/rev/3dd1606e93fb

8036007: javac crashes when encountering an unresolvable interface
Reviewed-by: vromero, jlahoda
Contributed-by: paul.govereau at oracle.com

! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTest.java
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTest.out
+ test/tools/javac/missingSuperRecovery/MissingInterfaceTestDep.java



More information about the jdk9-all-changes mailing list