hg: jdk8/build/langtools: 13 new changesets
david.katleman at sun.com
david.katleman at sun.com
Wed Sep 21 15:41:36 PDT 2011
Changeset: 4e754e4b0a52
Author: schien
Date: 2011-09-15 18:53 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/4e754e4b0a52
Added tag jdk8-b05 for changeset 5304c2a17d4b
! .hgtags
Changeset: b86277584776
Author: mcimadamore
Date: 2011-08-31 16:11 +0100
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/b86277584776
7085024: internal error; cannot instantiate Foo
Summary: Types.isConvertible does not handle erroneous types correctly
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/7085024/T7085024.java
+ test/tools/javac/7085024/T7085024.out
Changeset: d0257833498e
Author: mcimadamore
Date: 2011-08-31 16:15 +0100
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/d0257833498e
7079713: javac hangs when compiling a class that references a cyclically inherited class
Summary: Types.membersClosure needs to handle pathological cases of cyclic inheritance
Reviewed-by: jjg, jjh
! src/share/classes/com/sun/tools/javac/code/Types.java
+ test/tools/javac/7079713/TestCircularClassfile.java
Changeset: f85d980faaf8
Author: jjg
Date: 2011-08-31 15:39 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/f85d980faaf8
7074416: Regression: JSR199: javac doesn't unwrap clientcodewrapper objects
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/api/ClientCodeWrapper.java
! src/share/classes/javax/tools/JavaCompiler.java
! test/tools/javac/TryWithResources/UnusedResourcesTest.java
! test/tools/javac/diags/Example.java
! test/tools/javac/processing/errors/TestSuppression.java
Changeset: 04f983e3e825
Author: ksrini
Date: 2011-09-01 09:14 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/04f983e3e825
7073631: (javac) javac parser improvements for error position reporting
Summary: JavacParser improvements for NetBeans, improved by LangTools.
Reviewed-by: mcimadamore, jjg
Contributed-by: jan.lahoda at oracle.com
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
! src/share/classes/com/sun/tools/javac/parser/Scanner.java
! src/share/classes/com/sun/tools/javac/util/AbstractLog.java
! test/tools/javac/TryWithResources/BadTwr.out
! test/tools/javac/TryWithResources/DuplicateResourceDecl.out
! test/tools/javac/TryWithResources/ResourceInterface.out
! test/tools/javac/TryWithResources/TwrFlow.out
! test/tools/javac/TryWithResources/TwrLint.out
! test/tools/javac/TryWithResources/TwrOnNonResource.out
! test/tools/javac/diags/examples/EmptyCharLiteral.java
+ test/tools/javac/parser/netbeans/JavacParserTest.java
Changeset: a45d78d26450
Author: jjh
Date: 2011-09-01 14:35 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/a45d78d26450
7086071: tools/javac/7079713/TestCircularClassfile.java fails on windows
Summary: delete file before renaming another file to it
Reviewed-by: jjg
! test/tools/javac/7079713/TestCircularClassfile.java
Changeset: 02b8381781ab
Author: ksrini
Date: 2011-09-02 07:54 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/02b8381781ab
7024096: Stack trace has invalid line numbers
Reviewed-by: jjg, darcy
Contributed-by: bruce.chapman.nz at gmail.com
! src/share/classes/com/sun/tools/javac/jvm/Gen.java
+ test/tools/javac/jvm/T7024096.java
Changeset: ec27e5befa53
Author: mcimadamore
Date: 2011-09-02 17:35 +0100
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/ec27e5befa53
7086261: javac doesn't report error as expected, it only reports ClientCodeWrapper$DiagnosticSourceUnwrapper
Summary: Missing override for toString() in ClientCodeUnwrapper.DiagnosticSourceUnwrapper
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/api/ClientCodeWrapper.java
+ test/tools/javac/api/7086261/T7086261.java
Changeset: 1ee9f9a91e9c
Author: jjg
Date: 2011-09-09 17:19 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/1ee9f9a91e9c
7073508: Regression: NullPointerException at com.sun.tools.javac.code.Lint$AugmentVisitor.augment
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/comp/Attr.java
+ test/tools/javac/annotations/T7043371.java
+ test/tools/javac/annotations/T7073477.java
Changeset: 9aca3534ddf4
Author: lana
Date: 2011-09-10 21:31 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/9aca3534ddf4
Merge
Changeset: edd7d9bd32dd
Author: jjg
Date: 2011-09-12 11:39 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/edd7d9bd32dd
7068451: Regression: javac compiles fixed sources against previous, not current, version of generated sources
Reviewed-by: mcimadamore
! src/share/classes/com/sun/tools/javac/file/RegularFileObject.java
! src/share/classes/com/sun/tools/javac/nio/PathFileObject.java
! src/share/classes/com/sun/tools/javac/util/BaseFileManager.java
+ test/tools/javac/file/T7068451.java
Changeset: f1431cace56e
Author: jjg
Date: 2011-09-12 11:40 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/f1431cace56e
Merge
Changeset: d2422276f9da
Author: lana
Date: 2011-09-19 19:41 -0700
URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/d2422276f9da
Merge
More information about the jdk8-changes
mailing list