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
xlu [Mon, 06 Oct 2008 11:39:34 -0700] rev 1419
6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist
Reviewed-by: acorn, dholmes
trims [Thu, 02 Oct 2008 14:11:33 -0700] rev 1418
6755406: minor mistakes in copyright notices
Summary: Mismatch in some header copyrights from standard templates
Reviewed-by: jcoomes
dcubed [Thu, 02 Oct 2008 06:54:46 -0700] rev 1417
Merge