amurillo [Fri, 24 Feb 2012 18:08:58 -0800] rev 11888
Merge
bpittore [Thu, 23 Feb 2012 21:10:02 -0500] rev 11887
Merge
jiangli [Tue, 21 Feb 2012 13:14:55 -0500] rev 11886
7120481: storeStore barrier in constructor with final field
Summary: Issue storestore barrier before constructor return if the constructor write final field.
Reviewed-by: dholmes, jrose, roland, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
bpittore [Wed, 22 Feb 2012 14:00:34 -0500] rev 11885
Merge
vladidan [Wed, 15 Feb 2012 20:26:59 -0500] rev 11884
7129401: PPC: runtime/7100935/TestShortArraycopy.java fails
Summary: pass assembler switches for PPC
Reviewed-by: dholmes
fparain [Wed, 22 Feb 2012 08:19:27 -0800] rev 11883
Merge
poonam [Mon, 20 Feb 2012 21:27:56 -0800] rev 11882
7145358: SA throws ClassCastException for partially loaded ConstantPool
Summary: In printValueOn() in ConstantPool.java check if the poolHolder is a valid Klass and only then print it.
Reviewed-by: sla, sspitsyn
Contributed-by: Krystal Mok <sajia@taobao.com>