darcy [Thu, 23 Apr 2015 18:21:26 -0700] rev 30017
8078560: The crash reporting URL listed by javac needs to be updated
Reviewed-by: mcimadamore
lana [Thu, 23 Apr 2015 16:10:59 -0700] rev 30016
Merge
vromero [Wed, 22 Apr 2015 11:39:06 -0700] rev 30015
8078433: javac, some tests are failing after JDK-8078024 because of golden files mismatch
Reviewed-by: darcy
vromero [Wed, 22 Apr 2015 09:44:15 -0700] rev 30014
8078024: javac, several incorporation steps are silently failing when an error should be reported
Reviewed-by: mcimadamore
alundblad [Wed, 22 Apr 2015 16:11:38 +0200] rev 30013
8078389: Add test for -Xdoclint + -XDcompletionDeps
Summary: Test to make sure doclint and completionDeps do not interfere.
Reviewed-by: jlahoda
alundblad [Wed, 22 Apr 2015 13:50:23 +0200] rev 30012
8078261: Initialization of DocLint triggers out of order initialization of Dependencies
Summary: Changed initialization order.
Reviewed-by: mcimadamore
alundblad [Tue, 21 Apr 2015 12:10:26 +0200] rev 30011
8068737: ArrayType prints element type post order
Summary: Rewrote ArrayType.toString
Reviewed-by: jlahoda, ksrini