acorn [Wed, 11 Nov 2009 15:49:38 -0500] rev 4445
6893504: LinkageError for bootstrap duplicate class definitions.
Reviewed-by: kamg, xlu
phh [Fri, 20 Nov 2009 16:22:38 -0500] rev 4444
6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
Summary: Set minimum heap size to min(OldSize + NewSize, MaxHeapSize) in Arguments::set_heap_size().
Reviewed-by: kvn, ysr, tonyp
cfang [Tue, 24 Nov 2009 11:49:42 -0800] rev 4443
Merge
kvn [Thu, 19 Nov 2009 14:32:23 -0800] rev 4442
6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
Summary: Remove the assert.
Reviewed-by: twisti
twisti [Thu, 19 Nov 2009 03:41:29 -0800] rev 4441
6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
Summary: set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
Reviewed-by: kvn
never [Wed, 11 Nov 2009 23:39:17 -0800] rev 4440
6892079: live value must not be garbage failure after fix for 6854812
Reviewed-by: kvn
kamg [Wed, 11 Nov 2009 09:13:12 -0500] rev 4439
Merge
kamg [Fri, 06 Nov 2009 16:05:59 -0500] rev 4438
Merge
phh [Wed, 04 Nov 2009 16:49:23 -0500] rev 4437
6898160: Need serviceability support for new vm argument type 'uint64_t'
Summary: Add serviceability support for uint64_t. Flags of unknown type assert in debug builds and are ignored in product builds.
Reviewed-by: never, xlu, mchung, dcubed
kamg [Fri, 06 Nov 2009 15:04:26 -0500] rev 4436
Merge
xlu [Fri, 30 Oct 2009 17:24:14 -0700] rev 4435
Merge
phh [Wed, 28 Oct 2009 16:25:51 -0400] rev 4434
6887571: Increase default heap config sizes
Summary: Apply modification of existing server heap size ergo to all collectors except CMS.
Reviewed-by: jmasa, ysr, xlu
cfang [Tue, 10 Nov 2009 17:00:18 -0800] rev 4433
Merge
kvn [Wed, 04 Nov 2009 14:43:50 -0800] rev 4432
6896352: CTW fails hotspot/src/share/vm/opto/escape.cpp:1155
Summary: Always call C->get_alias_index(phase->type(address)) during parsing.
Reviewed-by: never
kvn [Wed, 04 Nov 2009 14:16:20 -0800] rev 4431
6896370: CTW fails share/vm/opto/matcher.cpp:1475 "duplicating node that's already been matched"
Summary: Move DecodeN code outside the memory nodes only code.
Reviewed-by: never