mchung [Thu, 10 Apr 2008 16:11:27 -0700] rev 402
Merge
mchung [Thu, 10 Apr 2008 10:47:13 -0700] rev 401
6610094: Add generic support for platform MXBeans of any type (also fixed 6681031)
Summary: Add new methods in ManagementFactory class to obtain platform MXBeans
Reviewed-by: alanb, dfuchs, emcmanus
sherman [Thu, 10 Apr 2008 14:45:58 -0700] rev 400
6529796: Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
Summary: SJIS0213 support
Reviewed-by: naoto
ksrini [Thu, 10 Apr 2008 09:02:22 -0700] rev 399
6684582: Launcher needs improved error reporting
Summary: indicate the missing main class in the error message
Reviewed-by: darcy, kbr
xdono [Thu, 24 Apr 2008 12:12:20 -0700] rev 398
Added tag jdk7-b26 for changeset 2965fc37ce01
duke [Wed, 05 Jul 2017 16:36:22 +0200] rev 397
Merge
trims [Tue, 20 May 2008 19:50:32 -0700] rev 396
Merge
rasbold [Wed, 14 May 2008 15:01:08 -0700] rev 395
Merge
jrose [Wed, 14 May 2008 00:41:06 -0700] rev 394
6701024: SAJDI functionality is broken
Summary: back out sa-related changes to 6652736, use concrete expressions for WKK names in the SA
Reviewed-by: never, sundar
rasbold [Fri, 09 May 2008 05:26:59 -0700] rev 393
Merge
rasbold [Wed, 07 May 2008 08:06:46 -0700] rev 392
6603011: RFE: Optimize long division
Summary: Transform long division by constant into multiply
Reviewed-by: never, kvn
iveresov [Fri, 09 May 2008 16:34:08 +0400] rev 391
6697534: Premature GC and invalid lgrp selection with NUMA-aware allocator.
Summary: Don't move tops of the chunks in ensure_parsibility(). Handle the situation with Solaris when a machine has a locality group with no memory.
Reviewed-by: apetrusenko, jcoomes, ysr
ysr [Tue, 06 May 2008 15:37:36 -0700] rev 390
6662086: 6u4+, 7b11+: CMS never clears referents when -XX:+ParallelRefProcEnabled
Summary: Construct the relevant CMSIsAliveClosure used by CMS during parallel reference processing with the correct span. It had incorrectly been constructed with an empty span, a regression introduced in 6417901.
Reviewed-by: jcoomes
iveresov [Sun, 04 May 2008 03:29:31 -0700] rev 389
Merge
iveresov [Tue, 29 Apr 2008 13:51:26 +0400] rev 388
6684395: Port NUMA-aware allocator to linux
Summary: NUMA-aware allocator port to Linux
Reviewed-by: jmasa, apetrusenko