apetrusenko [Mon, 31 Aug 2009 05:27:29 -0700] rev 3695
6841313: G1: dirty cards of survivor regions in parallel
Reviewed-by: tonyp, iveresov
jcoomes [Thu, 13 Aug 2009 16:22:45 -0700] rev 3694
6845368: large objects cause a crash or unexpected exception
Reviewed-by: jmasa, iveresov
jcoomes [Tue, 11 Aug 2009 15:37:23 -0700] rev 3693
6861660: OopMapBlock count/size confusion
Reviewed-by: tonyp, iveresov
tonyp [Mon, 24 Aug 2009 13:52:42 -0700] rev 3692
Merge
tonyp [Wed, 19 Aug 2009 12:53:25 -0400] rev 3691
6871111: G1: remove the concurrent overhead tracker
Summary: Removing the concurrent overhead tracker from G1, along with the GC overhead reporter and the G1AccountConcurrentOverhead (both of which rely on the the concurrent overhead tracker).
Reviewed-by: iveresov, johnc
jmasa [Mon, 24 Aug 2009 10:36:31 -0700] rev 3690
6798898: CMS: bugs related to class unloading
Summary: Override should_remember_klasses() and remember_klass() as needed.
Reviewed-by: ysr, jcoomes
kvn [Tue, 25 Aug 2009 13:08:40 -0700] rev 3689
Merge
never [Mon, 24 Aug 2009 22:26:15 -0700] rev 3688
6875329: fix for 6795465 broke exception handler cloning
Reviewed-by: kvn
kvn [Mon, 24 Aug 2009 11:13:46 -0700] rev 3687
6873800: enable compressed oops by default
Summary: enable compressed oops by default
Reviewed-by: never, ysr
cfang [Thu, 20 Aug 2009 12:42:57 -0700] rev 3686
6873116: Modify reexecute implementation to use pcDesc to record the reexecute bit
Summary: use PcDesc to keep record of the reexecute bit instead of using DebugInfoStreams
Reviewed-by: kvn, never, twisti
kvn [Wed, 19 Aug 2009 19:05:18 -0700] rev 3685
6873799: enable escape analysis by default
Summary: enable escape analysis by default
Reviewed-by: never
never [Wed, 19 Aug 2009 18:54:35 -0700] rev 3684
6873777: FPU control word optimization still performed with SSE
Reviewed-by: kvn
never [Mon, 17 Aug 2009 14:45:02 -0700] rev 3683
6795465: Crash in assembler_sparc.cpp with client compiler on solaris-sparc
Reviewed-by: twisti, cfang
cfang [Mon, 17 Aug 2009 12:11:06 -0700] rev 3682
6866651: Regression: simple int sum crashes jvm (build 1.6.0_14-b08 and 1.7.0-ea-b59)
Summary: delay dead code elimination in set_req_X to make it safe
Reviewed-by: kvn, never