kizune [Mon, 23 Sep 2013 18:29:27 +0400] rev 20251
4881267: improve diagnostic for "instanceof T" for type parameter T
Reviewed-by: vromero, jjg
kizune [Mon, 23 Sep 2013 17:27:38 +0400] rev 20250
7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini
alundblad [Mon, 23 Sep 2013 10:42:38 +0200] rev 20249
6386236: Please rename com.sun.tools.javac.util.ListBuffer.lb()
Summary: Static factory method ListBuffer.lb removed. Replaced by constructor calls.
Reviewed-by: jfranck, jjg
alundblad [Mon, 23 Sep 2013 10:10:07 +0200] rev 20248
8024988: javac, LVT test harness should generate tests .class files in the scratch folder
Summary: Set the CLASS_OUTPUT location to the scratch directory. Changed the argument to checkClassFile accordingly.
Reviewed-by: jjg, vromero
lana [Sun, 22 Sep 2013 20:20:38 -0700] rev 20247
Merge
lana [Fri, 20 Sep 2013 19:16:55 -0700] rev 20246
Merge
vromero [Sun, 22 Sep 2013 12:53:03 +0100] rev 20245
8024696: Missing null check in bound method reference capture
Reviewed-by: jjg, briangoetz