pgovereau [Tue, 22 Apr 2014 17:07:54 -0400] rev 24069
8034245: Refactor TopLevel tree node.
Summary: Added JCPackageDecl to JCTree to store package-level information.
Reviewed-by: jjg, jlahoda
pgovereau [Tue, 22 Apr 2014 19:52:15 +0100] rev 24068
8038023: Compiler crash ClassCastException
Summary: Add additional checks on results of ClassReader.readPool
Reviewed-by: vromero
alundblad [Tue, 22 Apr 2014 16:51:10 +0200] rev 24067
8035063: Option handling in sjavac needs to be rewritten
Summary: Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.
Reviewed-by: jjg, jfranck
vromero [Mon, 21 Apr 2014 22:51:49 +0100] rev 24066
8029718: Should always use lambda body structure to disambiguate overload resolution
Reviewed-by: dlsmith, jjg, jlahoda