amurillo [Fri, 13 Jun 2014 12:04:33 -0700] rev 24957
Merge
kvn [Fri, 13 Jun 2014 10:21:30 -0700] rev 24956
Merge
mduigou [Thu, 12 Jun 2014 16:31:07 -0700] rev 24955
8032045: Enable compiler and linker safety switches for debug builds
Summary: Enable GCC linker protections, runtime bounds checks and stack protection.
Reviewed-by: dholmes, kvn, coleenp
kvn [Thu, 12 Jun 2014 10:15:43 -0700] rev 24954
8046516: Segmentation fault in JVM (easily reproducible)
Summary: Place new nodes on the previous loop exit in reorg_offsets().
Reviewed-by: roland
kvn [Wed, 11 Jun 2014 11:05:10 -0700] rev 24953
8035968: Leverage CPU Instructions to Improve SHA Performance on SPARC
Summary: Add C2 SHA intrinsics on SPARC
Reviewed-by: kvn, roland
Contributed-by: james.cheng@oracle.com
thartmann [Wed, 11 Jun 2014 09:16:19 +0200] rev 24952
8044538: assert(which != imm_operand) failed: instruction is not a movq reg, imm64
Summary: Fixed internal_word_Relocation::target() to not retrieve target address from code if relocation points into the constant section. Added test.
Reviewed-by: kvn, twisti, dlong
iignatyev [Tue, 10 Jun 2014 20:53:23 +0000] rev 24951
Merge