hg: jdk9/hs-emb/langtools: 11 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Fri Oct 17 21:06:33 UTC 2014
Changeset: 338eb81007d7
Author: sogoel
Date: 2014-10-10 14:41 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/338eb81007d7
8058410: Group 10b: golden files for tests in tools/javac dir
Reviewed-by: jjg
+ test/tools/javac/7129225/NegTest.out
- test/tools/javac/7129225/NegTest.ref
! test/tools/javac/7129225/TestImportStar.java
+ test/tools/javac/7129225/TestImportStar.out
- test/tools/javac/7129225/TestImportStar.ref
! test/tools/javac/QualifiedAccess/QualifiedAccess_4.java
+ test/tools/javac/QualifiedAccess/QualifiedAccess_4.out
! test/tools/javac/T4848619/T4848619a.java
+ test/tools/javac/T4848619/T4848619a.out
! test/tools/javac/T4848619/T4848619b.java
+ test/tools/javac/T4848619/T4848619b.out
! test/tools/javac/scope/6225935/Estatico4.java
+ test/tools/javac/scope/6225935/Estatico4.out
! test/tools/javac/scope/6225935/T6214959.java
+ test/tools/javac/scope/6225935/T6214959.out
! test/tools/javac/warnings/DepAnn.java
+ test/tools/javac/warnings/DepAnn.out
! test/tools/javac/warnings/Finally.java
+ test/tools/javac/warnings/Finally.out
! test/tools/javac/warnings/Serial.java
+ test/tools/javac/warnings/Serial.out
Changeset: a65be7dd80f8
Author: pgovereau
Date: 2014-10-13 11:21 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/a65be7dd80f8
8058243: Reduce size of bytecode for large switch statements
Reviewed-by: jjg, vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
Changeset: b5d44ecef54d
Author: jlahoda
Date: 2014-10-13 17:22 +0200
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/b5d44ecef54d
8054956: Javac reports wrong error offset for unknown identifier of annotation element/value pair
Summary: When reporting an error about unresolvable annotation attribute, use the position of the explicit left-hand-side of the assignment if available, otherwise use the position of the right-hand-side.
Reviewed-by: jfranck
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Annotate.java
! test/tools/javac/annotations/neg/Recovery1.out
! test/tools/javac/positions/TreeEndPosTest.java
Changeset: 9e6a9d5a3551
Author: pgovereau
Date: 2014-10-13 12:12 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/9e6a9d5a3551
8060234: Fix push for JDK-8058243
Reviewed-by: jjg, vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/SwitchMetricTest.java
Changeset: 76b58486b9d5
Author: pgovereau
Date: 2014-10-13 17:09 -0400
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/76b58486b9d5
8060249: Backout fix for JDK-8058243
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/jvm/Gen.java
- test/tools/javac/SwitchMetricTest.java
Changeset: 103d3df93bbd
Author: mcimadamore
Date: 2014-10-14 12:00 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/103d3df93bbd
8058199: Code generation problem with javac skipping a checkcast instruction
Summary: TransTypes sometimes ignores inferred signatures when emitting synthetic casts
Reviewed-by: vromero
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/TransTypes.java
+ test/tools/javac/generics/inference/8058199/T8058199.java
Changeset: 6f666e88a0f4
Author: mcimadamore
Date: 2014-10-14 12:01 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/6f666e88a0f4
8058511: StackOverflowError at com.sun.tools.javac.code.Types.lub
Summary: Lub crashes when handling typevar with array bound
Reviewed-by: vromero, dlsmith
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/generics/inference/8058511/T8058511a.java
+ test/tools/javac/generics/inference/8058511/T8058511b.java
+ test/tools/javac/generics/inference/8058511/T8058511c.java
Changeset: 01ea1efef3ea
Author: jjg
Date: 2014-10-16 14:31 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/01ea1efef3ea
8040131: Implement classfile test for LineNumberTable attribute.
Reviewed-by: jjg, shurailine
+ test/tools/javac/classfiles/attributes/LineNumberTable/Container.java
+ test/tools/javac/classfiles/attributes/LineNumberTable/LineNumberTest.java
+ test/tools/javac/classfiles/attributes/LineNumberTable/LineNumberTestBase.java
+ test/tools/javac/classfiles/attributes/LineNumberTable/TestCase.java
Changeset: bb82b0f45269
Author: katleman
Date: 2014-10-16 12:02 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/bb82b0f45269
Added tag jdk9-b35 for changeset b8e7bbdd8064
! .hgtags
Changeset: b07ff0ef1ba1
Author: lana
Date: 2014-10-16 14:15 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/b07ff0ef1ba1
Merge
- test/tools/javac/7129225/NegTest.ref
- test/tools/javac/7129225/TestImportStar.ref
Changeset: c536541235e5
Author: lana
Date: 2014-10-16 14:55 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/c536541235e5
Merge
More information about the jdk9-hs-emb-changes
mailing list