vlivanov [Wed, 22 Jul 2015 20:23:53 +0300] rev 31866
8131675: EA fails with assert(false) failed: not unsafe or G1 barrier raw StoreP
Reviewed-by: roland
kvn [Fri, 17 Jul 2015 14:51:28 -0700] rev 31865
Merge
goetz [Thu, 16 Jul 2015 14:18:13 +0200] rev 31864
8131676: Fix warning 'negative int converted to unsigned' after 8085932.
Summary: Also fix 64-bit constant added in 8076276.
Reviewed-by: kvn
enevill [Thu, 16 Jul 2015 14:16:44 +0000] rev 31863
8131483: aarch64: illegal stlxr instructions
Summary: Do not generate stlxX with Ws == Xn
Reviewed-by: kvn, aph
zmajo [Thu, 16 Jul 2015 15:02:12 +0200] rev 31862
8131326: Enable CheckIntrinsics in all types of builds
Summary: Enable CheckIntrinsics flag in all builds; make check for orphan methods available only in debug builds.
Reviewed-by: kvn
goetz [Mon, 13 Jul 2015 09:44:38 +0200] rev 31861
8131048: ppc: implement CRC32 intrinsic
Reviewed-by: kvn, simonis
Contributed-by: lutz.schmidt@sap.com
enevill [Wed, 15 Jul 2015 16:05:53 +0000] rev 31860
8131358: aarch64: test compiler/loopopts/superword/ProdRed_Float.java fails when run with debug VM
Summary: fix typo in match rule in vsub2f
Reviewed-by: kvn, aph
kvn [Tue, 14 Jul 2015 18:58:38 +0200] rev 31859
Merge
kvn [Tue, 14 Jul 2015 09:55:22 -0700] rev 31858
8085932: Fixing bugs in detecting memory alignments in SuperWord
Reviewed-by: kvn
Contributed-by: jan.civlin@intel.com
vlivanov [Tue, 14 Jul 2015 06:44:50 -0700] rev 31857
8078629: VM should constant fold Unsafe.get*() loads from final fields
Reviewed-by: kvn, jrose, psandoz