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
iignatyev [Tue, 10 Jun 2014 23:18:25 +0400] rev 24950
8044575: testlibrary_tests/whitebox/vm_flags/UintxTest.java failed: assert(!res || TypeEntriesAtCall::arguments_profiling_enabled()) failed: no profiling of arguments
Reviewed-by: kvn, jmasa
kvn [Tue, 10 Jun 2014 12:57:50 -0700] rev 24949
Merge
kvn [Tue, 10 Jun 2014 12:28:06 -0700] rev 24948
8035605: Expand functionality of PredictedIntrinsicGenerator
Summary: Allow several predicates and separate intrinsic methods per one intrinsified (virtual) method.
Reviewed-by: roland
neliasso [Mon, 09 Jun 2014 10:32:49 +0200] rev 24947
8040244: compiler/whitebox/IsMethodCompilableTest.java fails
Summary: Prevent from running with Xcomp
Reviewed-by: kvn, twisti
roland [Tue, 10 Jun 2014 13:37:16 +0200] rev 24946
8026796: Make replace_in_map() on parent maps generic
Summary: propagate node replacements along control flow edges to callers
Reviewed-by: kvn, vlivanov