Wed, 08 Feb 2012 19:13:58 -0800Merge jdk8-b25
katleman [Wed, 08 Feb 2012 19:13:58 -0800] rev 5028
Merge

Mon, 06 Feb 2012 18:58:45 -0800Merge
yhuang [Mon, 06 Feb 2012 18:58:45 -0800] rev 5027
Merge

Mon, 06 Feb 2012 18:56:36 -08007129382: change minor unit of VND to 0
yhuang [Mon, 06 Feb 2012 18:56:36 -0800] rev 5026
7129382: change minor unit of VND to 0
Reviewed-by: naoto

Tue, 07 Feb 2012 10:38:49 -0800Merge
lana [Tue, 07 Feb 2012 10:38:49 -0800] rev 5025
Merge

Tue, 31 Jan 2012 19:08:36 -0800Merge
lana [Tue, 31 Jan 2012 19:08:36 -0800] rev 5024
Merge

Tue, 31 Jan 2012 04:57:20 -0800Merge
sla [Tue, 31 Jan 2012 04:57:20 -0800] rev 5023
Merge

Tue, 31 Jan 2012 10:46:34 +01007132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
sla [Tue, 31 Jan 2012 10:46:34 +0100] rev 5022
7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms
Summary: Make sure HotSpot and JDK looks for well-known files in the same location
Reviewed-by: dholmes, dsamersoff

Tue, 31 Jan 2012 10:31:19 +00007133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
ngmr [Tue, 31 Jan 2012 10:31:19 +0000] rev 5021
7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h
Reviewed-by: alanb
Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>

Tue, 10 Jan 2012 00:07:13 +00007123229: (coll) EnumMap.containsValue(null) returns true
ngmr [Tue, 10 Jan 2012 00:07:13 +0000] rev 5020
7123229: (coll) EnumMap.containsValue(null) returns true
Summary: java.util.EnumMap.NULL equals() must only be true for itself
Reviewed-by: alanb, mduigou
Contributed-by: Neil Richards <neil.richards@ngmr.net>

Mon, 30 Jan 2012 11:44:45 +00007132378: Race in FutureTask if used with explicit set ( not Runnable )
dl [Mon, 30 Jan 2012 11:44:45 +0000] rev 5019
7132378: Race in FutureTask if used with explicit set ( not Runnable )
Reviewed-by: chegar, dholmes