johnc [Mon, 07 Jun 2010 17:46:04 -0700] rev 5716
6953058: G1: A bigapp crashes with SIGSEGV in compiled code
Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move.
Reviewed-by: never, iveresov, kvn
jcoomes [Thu, 27 May 2010 13:09:56 -0700] rev 5715
6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
Reviewed-by: jmelvin, kvn
johnc [Mon, 24 May 2010 17:11:22 -0700] rev 5714
6941378: G1: change default value of G1UseFixedWindowMMUTracker to true
Summary: Rather than changing the default value of the G1UseFixedWindowMMUTracker, the flag and associated guarantee have been removed.
Reviewed-by: jcoomes, tonyp, ysr
coleenp [Wed, 09 Jun 2010 13:53:58 -0400] rev 5713
Merge