hg: jdk9/client/langtools: 5 new changesets
thomas.v.ng at oracle.com
thomas.v.ng at oracle.com
Wed Apr 16 06:06:06 UTC 2014
Changeset: bf185947b41e
Author: emc
Date: 2014-04-14 18:48 -0400
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/bf185947b41e
8040181: Silent failure in Code.findExceptionIndex
Summary: Remove silent failure when exception index has not been set properly.
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/jvm/Code.java
Changeset: 906e7a390d22
Author: jlahoda
Date: 2014-04-15 18:58 +0200
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/906e7a390d22
8039079: Test tools/javac/processing/environment/round/TestElementsAnnotatedWith.java fails
Summary: Ensuring the test passes in both samevm and othervm modes.
Reviewed-by: darcy
! test/tools/javac/processing/environment/round/ErroneousAnnotations.out
! test/tools/javac/processing/environment/round/TestElementsAnnotatedWith.java
Changeset: 3fc3df8c3eea
Author: bpatel
Date: 2014-01-13 14:50 -0800
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/3fc3df8c3eea
8026736: Enhance Javadoc pages
Reviewed-by: jjg
! src/share/classes/com/sun/tools/doclets/formats/html/ConfigurationImpl.java
! test/com/sun/javadoc/testWindowTitle/TestWindowTitle.java
Changeset: 4a1443738f7c
Author: rfield
Date: 2014-04-15 15:52 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/4a1443738f7c
8037935: Javac -- final local String var referenced in binary/unary op in lambda produces code that does not verify
Summary: Remove over-zealous Attr optimization breaking lambdas
Reviewed-by: jjg, vromero
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/lambda/T8037935/LambdaWithBinOpConstRefToConstString.java
Changeset: 337cf1c63618
Author: rfield
Date: 2014-04-15 15:55 -0700
URL: http://hg.openjdk.java.net/jdk9/client/langtools/rev/337cf1c63618
8038420: Lambda returning post-increment generates wrong code
Reviewed-by: vromero, jlahoda
! src/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
+ test/tools/javac/lambda/T8038420/LambdaIncrement.java
More information about the jdk9-client-changes
mailing list