chegar [Fri, 10 Dec 2010 10:47:21 +0000] rev 7545
7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
Summary: IPv4 addrs passed to SCTP_SET_PEER_PRIMARY_ADDR should not be converted to IPv4-mapped addrs
Reviewed-by: michaelm
lancea [Thu, 09 Dec 2010 13:01:14 -0500] rev 7544
6659234: Incorrect check in SerialBlob.getBytes
Reviewed-by: darcy
sherman [Wed, 08 Dec 2010 20:11:31 -0800] rev 7543
5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
Summary: replaced '^' with 'S' in spec
Reviewed-by: darcy
sherman [Wed, 08 Dec 2010 12:54:43 -0800] rev 7542
6415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encode
Summary: no BOM output if no byte to encode
Reviewed-by: alanb
sherman [Wed, 08 Dec 2010 12:15:55 -0800] rev 7541
6527572: (cs) Charset.forName can throw NullPointerException when testing bug level
Summary: fixed the race condition
Reviewed-by: alanb
mchung [Wed, 08 Dec 2010 10:45:28 -0800] rev 7540
6977034: Thread.getState() very slow
Summary: Directly map the threadStatus value to Thread.State
Reviewed-by: emcmanus, dholmes
mullan [Wed, 08 Dec 2010 10:21:48 -0800] rev 7539
6998860: Signed jar file verification is currently creating many extra new Sun providers.
Reviewed-by: mchung
michaelm [Tue, 07 Dec 2010 13:29:20 +0000] rev 7538
Merge
michaelm [Tue, 07 Dec 2010 13:27:02 +0000] rev 7537
7005016: sqe test jhttp/HttpServer150013/HttpServer150013.java
Reviewed-by: chegar
weijun [Tue, 07 Dec 2010 17:30:54 +0800] rev 7536
6990370: FindBugs scan - Malicious code vulnerability Warnings in com.sun.jndi.ldap.*
Reviewed-by: xuelei
darcy [Tue, 07 Dec 2010 01:09:17 -0800] rev 7535
6990094: ObjectInputStream cloneArray doesn't handle short[]
Reviewed-by: alanb, smarks, peterjones
mduigou [Mon, 06 Dec 2010 19:40:57 -0800] rev 7534
Merge
mduigou [Mon, 06 Dec 2010 19:37:40 -0800] rev 7533
7004205: fixes handling of sane-gcc-compiler on 32-bit linux and solaris. Previously committed as 6998016 and 6998012
Reviewed-by: ohair, dholmes
weijun [Tue, 07 Dec 2010 09:51:13 +0800] rev 7532
6986825: policytool can not save file.
Reviewed-by: wetmore
sherman [Mon, 06 Dec 2010 13:18:16 -0800] rev 7531
6989148: (fs) zip provider should be available "out of the box"
Summary: zip filesystem provider update, add zipfs.jar into ext dir
Reviewed-by: alanb
vinnie [Mon, 06 Dec 2010 18:52:23 +0000] rev 7530
6557615: Method toString() of java.security.Timestamp throws IndexOutOfBoundsException if CertPath has empty
Reviewed-by: mullan