hg: jdk8/tl/jdk: 2 new changesets

2012-01-31 Thread staffan . larsen
Changeset: 431bc327f34a Author:sla Date: 2012-01-31 10:46 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/431bc327f34a 7132199: sun/management/jmxremote/bootstrap/JvmstatCountersTest.java failing on all platforms Summary: Make sure HotSpot and JDK looks for well-known files i

Fix for: 6415637: PKCS#12 key stores with empty passwords

2012-01-31 Thread Florian Weimer
I've ported my previous patch to fix bug 6415637 to the current jdk8-tl forrest. There are two related changes (quoting from the initial submission): 1. The password and salt expansion resulted in a division by zero for empty password strings. 2. Practically speaking, there are two different

hg: jdk8/tl/jdk: 7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h

2012-01-31 Thread neil . richards
Changeset: 13978750cb87 Author:ngmr Date: 2012-01-31 10:31 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/13978750cb87 7133301: (process) UNIXProcess_md.c should include sys/wait.h rather than wait.h Reviewed-by: alanb Contributed-by: Jonathan Lu ! src/solaris/native/java/l

hg: jdk8/tl/jdk: 7123229: (coll) EnumMap.containsValue(null) returns true

2012-01-31 Thread neil . richards
Changeset: 863a20b0bf08 Author:ngmr Date: 2012-01-10 00:07 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/863a20b0bf08 7123229: (coll) EnumMap.containsValue(null) returns true Summary: java.util.EnumMap.NULL equals() must only be true for itself Reviewed-by: alanb, mduigou Co