jlahoda [Thu, 09 Oct 2014 10:08:52 +0200] rev 26993
8057652: Request to improve error messages for labeled declarations
Summary: Parse labeled statements as block statements to improve error recovery for labeled declarations; related cleanup.
Reviewed-by: jjg
alundblad [Tue, 07 Oct 2014 21:21:42 +0200] rev 26992
8059349: Public API scanning should be implemented in the form of a TaskListener
Summary: Replaces JavaCompilerWithDeps with a TaskListener.
Reviewed-by: jfranck
alundblad [Tue, 07 Oct 2014 21:15:10 +0200] rev 26991
8056258: Analysis of public API does not take super classes into account
8048609: simplify sjavac dependence on javac dependency gathering
Summary: Replaces Attr-/ResolveWithDeps with TaskListeners
Reviewed-by: jfranck, ohrstrom