Weijun Wang
a09b75abd0
6996367: improve HandshakeHash
...
Reviewed-by: xuelei
2010-12-21 17:35:47 +08:00
Stuart Marks
6e7cb44eea
6880112: Project Coin: Port JDK core library code to use diamond operator
...
Reviewed-by: darcy, lancea, alanb, briangoetz, mduigou, mchung
2010-12-20 13:47:04 -08:00
Kumar Srinivasan
cf7aa136ac
7007157: (pack200) stripping attributes causes a NPE
...
Reviewed-by: jrose, mduigou, dholmes
2010-12-18 09:10:49 -08:00
Weijun Wang
fdbca6b5f6
6975866: api/org_ietf/jgss/GSSContext/index.html#wrapUnwrapIOTest started to fail since jdk7 b102
...
Reviewed-by: valeriep
2010-12-17 11:03:33 +08:00
Athijegannathan Sundararajan
254e7faf34
6980447: Rhino JavaScript engine code in jdk-7 has to updated with the latest code from Rhino 1.7R3
...
Updating Rhino javascript engine with version 1.7R3. Issue 6427783 (E4X support is missing from Sun's Mozilla JavaScript implementation) is also fixed as a side-effect.
Reviewed-by: alanb, jjh
2010-12-16 20:52:09 +05:30
Xue-Lei Andrew Fan
64cb5ac047
7006265: Javadoc warnings
...
Reviewed-by: weijun
2010-12-15 22:42:37 -08:00
Steve Poole
7baef5d619
6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec
...
Reviewed-by: ohair, alanb
2010-12-15 09:15:20 +00:00
Lance Andersen
e7d9fa1a92
7006454: Typo in javadocs typo for Statement.executeBatch @since
...
Reviewed-by: alanb
2010-12-14 16:08:43 -05:00
Kumar Srinivasan
3f8b4d6b64
7006704: (pack200) add missing file for 6990106
...
Reviewed-by: mduigou, briangoetz
2010-12-14 08:13:38 -08:00
Kumar Srinivasan
1a68506b19
6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.*
...
Reviewed-by: mduigou, briangoetz
2010-12-14 07:42:11 -08:00
Joe Darcy
9d7eb99f30
7006129: Project Coin: Annotation type to reduce varargs warnings
...
Reviewed-by: jjg, mcimadamore
2010-12-13 14:34:37 -08:00
Xueming Shen
675d4c42a3
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
...
The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
2010-12-13 14:12:56 -08:00
Vinnie Ryan
7d90fc05af
Merge
2010-12-13 15:07:20 +00:00
Vinnie Ryan
26382e27dd
6799854: CodeSigner.hashCode() does not work with serialization
...
Reviewed-by: mullan
2010-12-13 14:58:52 +00:00
Lana Steuck
612fdb2793
Merge
2010-12-12 15:28:57 -08:00
Sean Coffey
6c39971cb7
6998583: NativeSeedGenerator is making 8192 byte read requests from entropy pool on each init
...
Reviewed-by: wetmore, andrew, vinnie
2010-12-10 15:11:47 +00:00
Chris Hegarty
458596deff
7004439: SCTP_SET_PEER_PRIMARY_ADDR throws SocketException on Linux
...
IPv4 addrs passed to SCTP_SET_PEER_PRIMARY_ADDR should not be converted to IPv4-mapped addrs
Reviewed-by: michaelm
2010-12-10 10:47:21 +00:00
David Katleman
98e6656b3c
Added tag jdk7-b121 for changeset 4a42e58ee6c3
2010-12-09 21:25:32 -08:00
Lance Andersen
b2516290d4
6659234: Incorrect check in SerialBlob.getBytes
...
Reviewed-by: darcy
2010-12-09 13:01:14 -05:00
Xueming Shen
5b0e49b0e1
5076980: (fmt) FormattableFlags specifies unsupported '^' format flag
...
Replaced '^' with 'S' in spec
Reviewed-by: darcy
2010-12-08 20:11:31 -08:00
Xueming Shen
860a7e1fc9
6415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encode
...
No BOM output if no byte to encode
Reviewed-by: alanb
2010-12-08 12:54:43 -08:00
Xueming Shen
68746705da
6527572: (cs) Charset.forName can throw NullPointerException when testing bug level
...
Fixed the race condition
Reviewed-by: alanb
2010-12-08 12:15:55 -08:00
Mandy Chung
e54cb28a96
6977034: Thread.getState() very slow
...
Directly map the threadStatus value to Thread.State
Reviewed-by: emcmanus, dholmes
2010-12-08 10:45:28 -08:00
Sean Mullan
d91f2b34af
6998860: Signed jar file verification is currently creating many extra new Sun providers
...
Reviewed-by: mchung
2010-12-08 10:21:48 -08:00
Igor Nekrestyanov
39afb15853
Merge
2010-12-08 00:35:33 -08:00
Michael McMahon
3b12289f13
Merge
2010-12-07 13:29:20 +00:00
Michael McMahon
04da999791
7005016: sqe test jhttp/HttpServer150013/HttpServer150013.java
...
Reviewed-by: chegar
2010-12-07 13:27:02 +00:00
Weijun Wang
aaf74fa919
6990370: FindBugs scan - Malicious code vulnerability Warnings in com.sun.jndi.ldap.*
...
Reviewed-by: xuelei
2010-12-07 17:30:54 +08:00
Joe Darcy
e9ba5a8f34
6990094: ObjectInputStream cloneArray doesn't handle short[]
...
Reviewed-by: alanb, smarks, peterjones
2010-12-07 01:09:17 -08:00
Lana Steuck
573203328d
Merge
2010-12-06 20:35:04 -08:00
Mike Duigou
87ce83aac4
Merge
2010-12-06 19:40:57 -08:00
Mike Duigou
dd0d8c601c
7004205: fixes handling of sane-gcc-compiler on 32-bit linux and solaris. Previously committed as 6998016 and 6998012
...
Reviewed-by: ohair, dholmes
2010-12-06 19:37:40 -08:00
Weijun Wang
0ea8ad3664
6986825: policytool can not save file
...
Reviewed-by: wetmore
2010-12-07 09:51:13 +08:00
Xueming Shen
9610d3c130
6989148: (fs) zip provider should be available "out of the box"
...
Zip filesystem provider update, add zipfs.jar into ext dir
Reviewed-by: alanb
2010-12-06 13:18:16 -08:00
Vinnie Ryan
7870d5a335
6557615: Method toString() of java.security.Timestamp throws IndexOutOfBoundsException if CertPath has empty
...
Reviewed-by: mullan
2010-12-06 18:52:23 +00:00
Jonathan Gibbons
b62df1f713
7004021: docs should not assume -source 1.5
...
Reviewed-by: ohair
2010-12-05 20:46:23 -08:00
Weijun Wang
36d8bb215e
6992964: FindBugs warnings in com.sun.security.auth.module.UnixSystem.java
...
Reviewed-by: mullan
2010-12-06 10:48:57 +08:00
Weijun Wang
d670fd38bf
6943352: SSL regression: RSAClientKeyExchange fails to pass securerandom arg to KeyGen
...
Reviewed-by: wetmore, xuelei
2010-12-06 10:48:20 +08:00
Weijun Wang
d9f1152680
6896700: Validation of signatures succeed when it should fail
...
Reviewed-by: wetmore
2010-12-06 10:48:18 +08:00
Weijun Wang
6ad8ffe59b
7004168: jarsigner -verify checks for KeyUsage codesigning ext on all certs instead of just signing cert
...
Reviewed-by: mullan
2010-12-06 10:46:26 +08:00
Weijun Wang
1d7abe0313
7004035: signed jar with only META-INF/* inside is not verifiable
...
Reviewed-by: mullan
2010-12-06 10:46:18 +08:00
Lana Steuck
0ebf8df623
Merge
2010-12-05 16:08:01 -08:00
Lana Steuck
987b04c8e9
Merge
2010-12-05 15:26:16 -08:00
Weijun Wang
3281356d0f
7004721: ktarg.sh fails when there's no default realm
...
Reviewed-by: xuelei
2010-12-06 06:49:18 +08:00
Kelly O'Hair
8729ec102f
Merge
2010-12-03 19:47:49 -08:00
Xue-Lei Andrew Fan
5c9c79fca6
6979376: to have ldap filters tolerate underscore character in object identifier
...
Reviewed-by: weijun
2010-12-02 23:44:01 -08:00
Christine Lu
e92f8ce764
Added tag jdk7-b120 for changeset 445c518364c4
2010-12-02 19:04:13 -08:00
Mandy Chung
c380ff11d0
6402006: FileInputStream.available() returns negative values when reading a large file
...
Reviewed-by: alanb
2010-12-01 15:58:49 -08:00
Doug Lea
f9a00e6199
7003745: Code style cleanups (sync from Dougs CVS)
...
Reviewed-by: chegar, dholmes
2010-12-01 21:46:52 +00:00
Joe Darcy
c5f85d1c78
7002594: Math.max and Math.min should use floatToRawIntBits() to check for -0.0
...
Reviewed-by: mduigou, lancea, alanb
2010-12-01 13:01:53 -08:00