hg: type-annotations/type-annotations/langtools: 5 new changesets
wdietl at gmail.com
wdietl at gmail.com
Tue Jan 22 19:09:48 PST 2013
Changeset: 34eeaa016188
Author: wmdietl
Date: 2013-01-22 19:07 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/34eeaa016188
Introduce Type.getAnnotations and Type.unannotatedType to
allow easier access to these components of AnnotatedType and
to make future evolution easier.
! src/share/classes/com/sun/tools/javac/code/Printer.java
! src/share/classes/com/sun/tools/javac/code/Type.java
! src/share/classes/com/sun/tools/javac/code/Types.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
! src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java
Changeset: 8943b4213f59
Author: jjg
Date: 2013-01-22 18:43 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/8943b4213f59
8006723: sjavac test fails to compile on clean build
Reviewed-by: ksrini
! test/tools/sjavac/SJavac.java
+ test/tools/sjavac/SJavacWrapper.java
Changeset: f5b70712e0d5
Author: jjg
Date: 2013-01-22 19:06 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/f5b70712e0d5
8006728: temporarily workaround jtreg problems for doclint tests in othervm
Reviewed-by: jjh
+ test/tools/doclint/html/AAA.java
+ test/tools/doclint/tidy/AAA.java
+ test/tools/doclint/tool/AAA.java
Changeset: 385828dd5604
Author: jjg
Date: 2013-01-22 19:07 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/385828dd5604
Merge
Changeset: 5816ff8917ec
Author: wmdietl
Date: 2013-01-22 19:08 -0800
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/langtools/rev/5816ff8917ec
Automated merge with http://hg.openjdk.java.net/jdk8/tl/langtools
- test/tools/javac/typeAnnotations/newlocations/BasicTest.java
- test/tools/javac/typeAnnotations/newlocations/BasicTest.out
More information about the type-annotations-dev
mailing list