coleenp [Thu, 17 Jan 2008 13:38:17 -0800] rev 195
6646946: Kernel installation failed on Japanese and Chinese XP SP2 (VM part)
Summary: convert strings from Download Manager into native encoding in the VM
Reviewed-by: sbohne, never, phh, kamg, xlu
jcoomes [Thu, 06 Dec 2007 13:59:28 -0800] rev 194
6635560: segv in reference processor on t1000
Summary: Revert back to using the default page size for the card table
Reviewed-by: pbk, phh
phh [Wed, 05 Dec 2007 09:04:00 -0800] rev 193
6629887: 64-bit windows should not restrict default heap size to 1400m
Reviewed-by: jmasa, sbohne, ikrylov, xlu
rasbold [Wed, 05 Dec 2007 09:03:00 -0800] rev 192
6614036: REGRESSION: Java server x86 VM intermittently crash with SIGSEGV (0xb)
Summary: restore destination address in x86 32-bit checkcast_arraycopy stub
Reviewed-by: jrose, kvn, never
phh [Wed, 05 Dec 2007 09:02:00 -0800] rev 191
6621621: HashMap front cache should be enabled only with AggressiveOpts
Reviewed-by: sbohne, xlu
never [Wed, 05 Dec 2007 09:01:00 -0800] rev 190
6395208: Elide autoboxing for calls to HashMap.get(int) and HashMap.get(long)
Reviewed-by: kvn, rasbold
dcubed [Wed, 05 Dec 2007 09:00:00 -0800] rev 189
6664627: Merge changes made only in hotspot 11 forward to jdk 7
Reviewed-by: jcoomes
jmasa [Tue, 11 Mar 2008 14:19:53 -0700] rev 188
6673975: Disable ZapUnusedHeapArea to reduce GC execution times of debug JVM's.
Summary: Mangling the unused space is having an adverse affect on testing with fastdebug builds so turn it off by default.
Reviewed-by: ysr, tonyp