hg: jdk9/hs-comp/langtools: 5 new changesets

zoltan.majo at oracle.com zoltan.majo at oracle.com
Fri Mar 27 12:34:33 UTC 2015


Changeset: 3341790c9bdb
Author:    katleman
Date:      2015-03-19 12:59 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/langtools/rev/3341790c9bdb

Added tag jdk9-b55 for changeset 32a2e7249884

! .hgtags

Changeset: 5ee7bba6ef41
Author:    lana
Date:      2015-03-19 16:13 -0700
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/langtools/rev/5ee7bba6ef41

Merge


Changeset: fd12b2119665
Author:    aeremeev
Date:      2015-03-25 10:29 +0300
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/langtools/rev/fd12b2119665

8049238: Implement classfile tests for Signature attribute
Reviewed-by: jjg, shurailine, anazarov

+ test/tools/javac/classfiles/attributes/Signature/ConstructorTest.java
+ test/tools/javac/classfiles/attributes/Signature/Driver.java
+ test/tools/javac/classfiles/attributes/Signature/EnumTest.java
+ test/tools/javac/classfiles/attributes/Signature/ExceptionTest.java
+ test/tools/javac/classfiles/attributes/Signature/ExpectedSignature.java
+ test/tools/javac/classfiles/attributes/Signature/ExpectedSignatureContainer.java
+ test/tools/javac/classfiles/attributes/Signature/FieldTest.java
+ test/tools/javac/classfiles/attributes/Signature/InnerClassTest.java
+ test/tools/javac/classfiles/attributes/Signature/MethodParameterTest.java
+ test/tools/javac/classfiles/attributes/Signature/MethodTypeBoundTest.java
+ test/tools/javac/classfiles/attributes/Signature/ReturnTypeTest.java
! test/tools/javac/classfiles/attributes/lib/TestResult.java

Changeset: c4a6ba06abeb
Author:    jlahoda
Date:      2015-03-26 11:34 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/langtools/rev/c4a6ba06abeb

8054220: Debugger doesn't show variables *outside* lambda
8058227: Debugger has no access to outer variables inside Lambda
Summary: Put local variables captured by lambda into the lambda method's LocalVariableTable.
Reviewed-by: mcimadamore, rfield

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Code.java
! test/tools/javac/MethodParameters/LambdaTest.out
! test/tools/javac/lambda/LocalVariableTable.java

Changeset: 1a0808932668
Author:    ihse
Date:      2015-03-26 16:17 +0100
URL:       http://hg.openjdk.java.net/jdk9/hs-comp/langtools/rev/1a0808932668

8076060: Improve make bootstrap process
Reviewed-by: erikj

- make/Makefile



More information about the jdk9-all-changes mailing list