lana [Fri, 14 Dec 2012 13:15:39 -0800] rev 14805
Merge
jfranck [Mon, 03 Dec 2012 11:16:32 +0100] rev 14804
8001114: Container annotation is not checked for semantic correctness
Reviewed-by: jjg
jlahoda [Wed, 12 Dec 2012 20:26:56 +0100] rev 14803
8004504: ListBuffer could reuse List.nil() as the sentinel element
Summary: ListBuffer.last now points to the last elements with client data, or null if none.
Reviewed-by: jjg, mcimadamore
jjg [Tue, 11 Dec 2012 15:05:55 -0800] rev 14802
8004828: refactor init of *DocImpl classes
Reviewed-by: darcy
vromero [Mon, 10 Dec 2012 16:21:26 +0000] rev 14801
8003967: detect and remove all mutable implicit static enum fields in langtools
Reviewed-by: jjg
mcimadamore [Mon, 10 Dec 2012 12:10:50 +0000] rev 14800
8004094: Javac compiler error - synthetic method accessor generated with duplicate name
Summary: method clash check logic should skip methods marked with ACC_SYNTHETIC
Reviewed-by: jjg