hg: jdk9/hs-emb/langtools: 7 new changesets
alejandro.murillo at oracle.com
alejandro.murillo at oracle.com
Fri Feb 28 13:20:50 PST 2014
Changeset: c8548ad6b8cf
Author: vromero
Date: 2014-02-22 17:42 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/c8548ad6b8cf
8034143: javac, subclasses of Infer.IncorporationStep should implement the accepts() method
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Infer.java
Changeset: dba1aba053aa
Author: emc
Date: 2014-02-25 14:06 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/dba1aba053aa
8035758: Move annotation codepaths from MemberEnter.java to Annotate.java
Summary: Cosmetic code cleanup patch, moving code to the file where it ought to reside.
Reviewed-by: vromero
! src/share/classes/com/sun/tools/javac/comp/Annotate.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
Changeset: 008f76d3209a
Author: jjg
Date: 2014-02-26 15:38 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/008f76d3209a
8034048: javac crash with method references plus lambda plus var args
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau at oracle.com
! src/share/classes/com/sun/tools/javac/comp/TransTypes.java
Changeset: e656b4d10580
Author: jjg
Date: 2014-02-26 18:05 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/e656b4d10580
6533516: Warning needed for file with future time stamps
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau at oracle.com
! src/share/classes/com/sun/tools/javac/file/RegularFileObject.java
! src/share/classes/com/sun/tools/javac/resources/compiler.properties
! test/tools/javac/diags/examples.not-yet.txt
Changeset: ac4bb3be9217
Author: emc
Date: 2014-02-27 00:29 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/ac4bb3be9217
8035766: Execute TypeAnnotate visitor at queue flush time
Summary: Moved execution of TypeAnnotate visitor into Worker for type annotations
Reviewed-by: jjg
! src/share/classes/com/sun/tools/javac/comp/Annotate.java
! src/share/classes/com/sun/tools/javac/comp/Attr.java
! src/share/classes/com/sun/tools/javac/comp/MemberEnter.java
Changeset: b03893804cd3
Author: jjg
Date: 2014-02-27 11:47 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/b03893804cd3
8035972: missing test file for 8034048
Reviewed-by: jjg, vromero
Contributed-by: paul.govereau at oracle.com
+ test/tools/javac/varargs/MethodHandleCrash.java
Changeset: 1514b395e8e1
Author: jjg
Date: 2014-02-27 13:57 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-emb/langtools/rev/1514b395e8e1
8033287: Reduce the size of the endPosTable
Reviewed-by: jjg
Contributed-by: per.bothner at oracle.com, chturne at gmail.com
! src/share/classes/com/sun/tools/javac/parser/JavacParser.java
+ src/share/classes/com/sun/tools/javac/util/IntHashTable.java
More information about the jdk9-hs-emb-changes
mailing list