never [Fri, 03 Oct 2008 13:58:20 -0700] rev 1433
6743188: incomplete fix for 6700047 C2 failed in idom_no_update
Reviewed-by: rasbold, kvn
kvn [Thu, 02 Oct 2008 08:37:44 -0700] rev 1432
6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop
Summary: Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag.
Reviewed-by: never
xlu [Fri, 17 Oct 2008 15:18:02 -0700] rev 1431
Merge
coleenp [Tue, 14 Oct 2008 10:15:33 -0400] rev 1430
6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug
Summary: objArrayKlass::compute_modifier_flags was unnecessarily recursive
Reviewed-by: kamg
dcubed [Thu, 16 Oct 2008 11:07:39 -0700] rev 1429
Merge
mchung [Tue, 14 Oct 2008 15:16:38 -0700] rev 1428
6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
Summary: Include stack traces of all threads in the heap dump
Reviewed-by: alanb
trims [Wed, 29 Oct 2008 19:18:54 -0700] rev 1427
Merge
trims [Wed, 15 Oct 2008 18:51:04 -0700] rev 1426
Merge
iveresov [Mon, 13 Oct 2008 21:41:42 -0700] rev 1425
6758633: G1: SEGV with GCOld on Linux
Summary: Avoid growth of a GrowableArray backend of HeapRegionSeq.
Reviewed-by: tonyp, jcoomes
tonyp [Thu, 09 Oct 2008 12:06:22 -0400] rev 1424
Merge
iveresov [Mon, 06 Oct 2008 20:59:16 -0700] rev 1423
6753547: NUMA allocator: Invalid chunk size computation during adaptive resizing
Summary: The per-lgrp chuck size can be incorrectly computed (causing an assertion failure) because of the non-associativity of the floating point operations. The fix is to rearrange the operations.
Reviewed-by: ysr
tonyp [Mon, 06 Oct 2008 13:16:35 -0400] rev 1422
6752248: G1: introduce parallel heap verification
Summary: Introduce parallel heap verification in G1.
Reviewed-by: jcoomes, apetrusenko
jmasa [Thu, 02 Oct 2008 12:01:08 -0700] rev 1421
6660681: Incrementally reserve pages on win server 2003 for better large page affinity
Summary: For windows server 2003 added option to reserve large pages individually.
Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
ksrini [Wed, 08 Oct 2008 08:10:51 -0700] rev 1420
6755845: JVM_FindClassFromBoot triggers assertions
Summary: Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test.
Reviewed-by: dholmes, xlu