kvn [Wed, 02 Jun 2010 12:02:49 -0700] rev 5699
6957882: nsk/sajdi tests failed with NullPointerException
Summary: VM.getObjectAlignmentInBytes() accesses intxType before it is created.
Reviewed-by: never
kvn [Wed, 02 Jun 2010 09:49:32 -0700] rev 5698
6954029: Improve implicit null check generation with compressed oops
Summary: Hoist DecodeN instruction above null check
Reviewed-by: never, twisti
jrose [Sat, 29 May 2010 19:22:32 -0700] rev 5697
6957080: MethodComparator needs stress testing
Summary: Add a stress-test flag for running MethodComparator over many inputs. Fix bugs that crop up.
Reviewed-by: kvn
jrose [Fri, 28 May 2010 16:23:51 -0700] rev 5696
6957004: MethodComparator uses the wrong CP index accessor
Summary: Change two uses of get_index_u2 to get_index_u2_cpcache; also tweak some debugging print functions
Reviewed-by: kvn
iveresov [Thu, 27 May 2010 22:01:55 -0700] rev 5695
6955349: C1: Make G1 barriers work with x64
Summary: This fixes G1 barriers in c1 on x64.
Reviewed-by: never
kvn [Thu, 27 May 2010 18:01:56 -0700] rev 5694
6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
Summary: Added new product ObjectAlignmentInBytes flag to control object alignment.
Reviewed-by: twisti, ysr, iveresov
jrose [Thu, 27 May 2010 09:54:07 -0700] rev 5693
6956164: nightly regressions from 6939207
Summary: Fix errors in 6939207.
Reviewed-by: kvn
never [Tue, 25 May 2010 13:18:49 -0700] rev 5692
Merge