kamg [Thu, 27 May 2010 17:06:39 -0400] rev 5709
6930553: classfile format checker allows invalid method descriptor in CONSTANT_NameAndType_info in some cases
Summary: Check NameAndType_info signatures aggressively, even when unreferenced
Reviewed-by: coleenp, acorn, never
never [Mon, 07 Jun 2010 14:17:01 -0700] rev 5708
6958485: fix for 6879921 was insufficient
Reviewed-by: kvn
iveresov [Fri, 04 Jun 2010 11:18:04 -0700] rev 5707
6958292: C1: Enable parallel compilation
Summary: Enable parallel compilation in C1
Reviewed-by: never, kvn
kvn [Thu, 03 Jun 2010 14:20:27 -0700] rev 5706
6958254: -XX:+VerifyOops is broken on x86
Summary: save and restore r10 in verify_oop().
Reviewed-by: never
trims [Thu, 17 Jun 2010 23:59:24 -0700] rev 5705
Merge
trims [Fri, 04 Jun 2010 11:54:35 -0700] rev 5704
Merge
trims [Thu, 03 Jun 2010 18:18:56 -0700] rev 5703
6958458: Bump the HS19 build number to 03
Summary: Update the HS19 build number to 03
Reviewed-by: jcoomes
jrose [Wed, 02 Jun 2010 22:45:42 -0700] rev 5702
Merge
never [Wed, 02 Jun 2010 20:15:33 -0700] rev 5701
6930994: Code cache is full warning should be visible in product
Reviewed-by: kvn, twisti, ysr
never [Wed, 02 Jun 2010 14:23:23 -0700] rev 5700
6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
Reviewed-by: kvn, dcubed
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