Changeset: 6a9c87edb6ff Author: jjg Date: 2014-10-09 19:14 -0700 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/6a9c87edb6ff
8060043: Rename Locations.Path to Locations.SearchPath Reviewed-by: ksrini ! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java Changeset: 338eb81007d7 Author: sogoel Date: 2014-10-10 14:41 -0700 URL: http://hg.openjdk.java.net/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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/jigsaw/m2/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: b07ff0ef1ba1 Author: lana Date: 2014-10-16 14:15 -0700 URL: http://hg.openjdk.java.net/jigsaw/m2/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/jigsaw/m2/langtools/rev/c536541235e5 Merge Changeset: 315237c6b5e4 Author: katleman Date: 2014-10-23 11:19 -0700 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/315237c6b5e4 Added tag jdk9-b36 for changeset c536541235e5 ! .hgtags Changeset: f0cf1b34ee4b Author: erikj Date: 2014-10-27 11:16 +0100 URL: http://hg.openjdk.java.net/jigsaw/m2/langtools/rev/f0cf1b34ee4b Merge ! src/jdk.compiler/share/classes/com/sun/tools/javac/file/Locations.java - test/tools/javac/7129225/NegTest.ref - test/tools/javac/7129225/TestImportStar.ref
