twisti [Wed, 06 May 2009 12:04:42 -0700] rev 2746
6837011: SIGSEGV in PhaseIdealLoop in 32bit jvm
Summary: The CR's test crashes with SIGSEGV when running with "-server -Xcomp" using using 32bit jvm.
Reviewed-by: kvn, never, rasbold
cfang [Tue, 05 May 2009 11:02:10 -0700] rev 2745
6833879: Assigning positive zero is ignored when old value is negative zero
Summary: Don't perform CMOVE identity optimization for floating point types
Reviewed-by: kvn, never
never [Mon, 04 May 2009 22:06:47 -0700] rev 2744
6837224: libsaproc.so on linux needs version of 6799141
Reviewed-by: kvn
jcoomes [Thu, 07 May 2009 13:54:48 -0700] rev 2743
Merge
johnc [Tue, 05 May 2009 22:15:35 -0700] rev 2742
6833576: G1: assert illegal index, growableArray.hpp:186
Summary: The code that calculates the heap region index for an object address incorrectly used signed arithmetic.
Reviewed-by: jcoomes, ysr
johnc [Thu, 30 Apr 2009 15:07:53 -0700] rev 2741
6490395: G1: Tidy up command line flags.
Summary: Change G1 flag names to be more consistent and disable some in 'product' mode.
Reviewed-by: tonyp, iveresov
kamg [Thu, 07 May 2009 11:44:53 -0400] rev 2740
Merge
poonam [Mon, 04 May 2009 17:58:10 -0700] rev 2739
6829234: Refix 6822407 and 6812971
Summary: Fixes two SA issues 6822407 and 6812971
Reviewed-by: swamyv, acorn, kvn, coleenp
apetrusenko [Mon, 04 May 2009 02:57:39 -0700] rev 2738
Merge
iveresov [Mon, 27 Apr 2009 16:52:18 -0700] rev 2737
6819098: G1: reduce RSet scanning times
Summary: Added a feedback-driven exponential skipping for parallel RSet scanning.
Reviewed-by: tonyp, apetrusenko
apetrusenko [Mon, 27 Apr 2009 12:33:57 -0700] rev 2736
Merge
tonyp [Thu, 23 Apr 2009 16:58:16 -0400] rev 2735
6829013: G1: set the default value of G1VerifyConcMarkPrintRechable to false
Summary: Turn off G1VerifyConcMarkPrintReachable by default to minimize the amount of verbose output we generate by default.
Reviewed-by: jmasa
kvn [Thu, 30 Apr 2009 15:57:29 -0700] rev 2734
6835796: Fedora 9 linux_i586-fastdebug-c2-runThese_Xcomp times out
Summary: Switch off GCC 4.3.0 optimized compilation for mulnode.o.
Reviewed-by: johnc
kvn [Thu, 30 Apr 2009 12:09:39 -0700] rev 2733
Merge
kvn [Wed, 29 Apr 2009 12:58:09 -0700] rev 2732
6834177: Running jsynprog on Solaris Nevada can cause JVM crash
Summary: Use CodeCache buffer blob instead of static buffer in AdapterHandlerLibrary.
Reviewed-by: never