sla [Thu, 10 Feb 2011 13:03:22 +0100] rev 8303
7017824: Add support for creating 64-bit Visual Studio projects
Summary: Updated create.bat and ProjectCreator
Reviewed-by: brutisso, stefank, ohair
trims [Wed, 16 Feb 2011 17:26:20 -0800] rev 8302
Merge
tonyp [Mon, 14 Feb 2011 22:21:18 -0500] rev 8301
Merge
stefank [Fri, 11 Feb 2011 14:15:16 +0100] rev 8300
7018257: jmm_DumpThreads allocates into permgen
Summary: Don't allocate in permgen
Reviewed-by: ysr, sla
ysr [Thu, 10 Feb 2011 14:48:07 -0800] rev 8299
7018302: newly added assert related to size of constantPoolOop causes secondary assertions or crashes
Summary: 6912621 used a raw oop in the newly added assert following an allocation attempt that could result in a GC.
Reviewed-by: jmasa
johnc [Wed, 09 Feb 2011 09:43:02 -0800] rev 8298
7017008: G1: Turn on compressed oops by default.
Summary: Normally compressed oops is enabled when the maximum heap size is under a certain limit, except when G1 is also enabled. Remove this limitation. Also re-enable GCBasher testing with G1 on 64 bit windows in jprt.
Reviewed-by: jcoomes, brutisso, tonyp
stefank [Tue, 08 Feb 2011 12:33:19 +0100] rev 8297
7014851: Remove unused parallel compaction code
Summary: Removed.
Reviewed-by: jcoomes, brutisso