twisti [Wed, 11 Aug 2010 05:51:21 -0700] rev 6187
6976186: integrate Shark HotSpot changes
Summary: Shark is a JIT compiler for Zero that uses the LLVM compiler infrastructure.
Reviewed-by: kvn, twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Wed, 11 Aug 2010 01:17:27 -0700] rev 6186
6975855: don't emit deopt MH handler in C1 if not required
Summary: This CR implements the same for C1 as 6926782 for C2.
Reviewed-by: never
never [Tue, 10 Aug 2010 12:15:10 -0700] rev 6185
6975027: use of movptr to set length of array
Reviewed-by: kvn, iveresov
never [Mon, 09 Aug 2010 17:51:56 -0700] rev 6184
Merge
kvn [Mon, 09 Aug 2010 15:17:05 -0700] rev 6183
6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
Summary: Pass the check in ResourceObj() if _allocation value is already set and object is allocated on stack.
Reviewed-by: dholmes, johnc
kvn [Fri, 06 Aug 2010 11:53:28 -0700] rev 6182
6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586
Summary: Tell C++ to not inline so much by using flag -xspace.
Reviewed-by: ysr