hg: type-annotations/type-annotations/langtools: 5 new changesets

wdietl at gmail.com wdietl at gmail.com
Sat May 25 11:14:06 PDT 2013


Changeset: 58329d9f6b68
Author:    mcimadamore
Date:      2013-05-24 15:26 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/58329d9f6b68

8014643: Parser regression in JDK 8 when compiling super.x
Summary: Fixed latent bug in JavacParser.analyzeParens()
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ test/tools/javac/parser/8014643/T8014643.java

Changeset: 97a9b4b3e63a
Author:    mcimadamore
Date:      2013-05-24 15:27 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/97a9b4b3e63a

8014649: Regression: bug in Resolve.resolveOperator
Summary: Missing curly braces causes Resolve.findMethod to be called spuriously
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! test/tools/javac/resolve/ResolveHarness.java
+ test/tools/javac/resolve/tests/PrimitiveBinopOverload.java

Changeset: 6e5076af4660
Author:    mcimadamore
Date:      2013-05-24 15:27 +0100
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/6e5076af4660

8014494: javac crashes when varargs element of a method reference is inferred from the context
Summary: varargs element is not refreshed after type-inference
Reviewed-by: jjg, vromero

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
+ test/tools/javac/lambda/TargetType73.java

Changeset: 0f8e9a0e5d9a
Author:    darcy
Date:      2013-05-24 11:26 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/0f8e9a0e5d9a

8014836: Have GenericDeclaration extend AnnotatedElement
Reviewed-by: jfranck

! src/share/sample/language/model/CoreReflectionFactory.java

Changeset: 388d5216ea27
Author:    wmdietl
Date:      2013-05-25 11:13 -0700
URL:       http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/388d5216ea27

Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/Check.java
! src/share/classes/com/sun/tools/javac/comp/Resolve.java
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java



More information about the type-annotations-dev mailing list