hg: jdk8/tl/langtools: 3 new changesets
maurizio.cimadamore at oracle.com
maurizio.cimadamore at oracle.com
Fri May 24 14:29:32 UTC 2013
Changeset: 58329d9f6b68
Author: mcimadamore
Date: 2013-05-24 15:26 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/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/jdk8/tl/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/jdk8/tl/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
More information about the security-dev
mailing list