Xueming Shen
|
bf54a0ce83
|
7001434: charset name for Cp833 should be x-IBM833
Changed the name to x-IBM833 in extsbcs
Reviewed-by: alanb
|
2010-11-22 16:12:23 -08:00 |
|
Xueming Shen
|
1558c2f9b1
|
6858865: Fix for 6728376 causes regression if the size of "data" is 0 and malloc returns Null for 0-length
Don't throw OOME when in or out buffer size is 0 length
Reviewed-by: alanb
|
2010-11-22 16:03:13 -08:00 |
|
Sean Mullan
|
e9d88cabcd
|
Merge
|
2010-11-22 11:27:14 -05:00 |
|
Michael McMahon
|
8694378cd2
|
Merge
|
2010-11-22 16:11:13 +00:00 |
|
Michael McMahon
|
5bec7cedec
|
6984182: Setting SO_RCVBUF/SO_SNDBUF to larger than tcp_max_buf fails on Solaris 11 if kernel params changed
Reviewed-by: alanb, chegar
|
2010-11-22 16:09:31 +00:00 |
|
Sean Mullan
|
cf3933b176
|
Merge
|
2010-11-22 10:18:33 -05:00 |
|
Sean Mullan
|
c5c0369dc2
|
6995424: Eliminate dependency to a deprecated API com.sun.security.auth.PolicyFile
Reviewed-by: mchung
|
2010-11-22 10:16:07 -05:00 |
|
Weijun Wang
|
11c0d2dbec
|
6979329: CCacheInputStream fails to read ticket cache files from Kerberos 1.8.1
Reviewed-by: valeriep
|
2010-11-22 09:43:58 +08:00 |
|
Xue-Lei Andrew Fan
|
ae111e5e4a
|
6903584: Legal notice repair: Three files under jdk/src/share/classes/sun/security/ssl/
Reviewed-by: weijun
|
2010-11-20 07:00:31 -08:00 |
|
Valerie Peng
|
358ee90f29
|
6720456: New 4150 may have larger blowfish keysizes
Changed to use TBD value instead of FAIL
Reviewed-by: weijun
|
2010-11-19 17:05:47 -08:00 |
|
Valerie Peng
|
b3d5652149
|
6203816: Can not run test/java/security/Security/ClassLoaderDeadlock.sh from the command line
Fixed the script to not delete the provider sub-directory
Reviewed-by: weijun
|
2010-11-19 16:59:48 -08:00 |
|
Lance Andersen
|
5731d03344
|
7001669: Typo in javadocs for SQLPermission
Reviewed-by: alanb
|
2010-11-19 17:18:31 -05:00 |
|
Lance Andersen
|
f4f78e456b
|
7000752: Duplicate entry in RowSetResourceBundles.properties
Reviewed-by: alanb
|
2010-11-19 17:15:03 -05:00 |
|
Xueming Shen
|
76c49b73fc
|
6957230: CharsetEncoder.maxBytesPerChar() reports 4 for UTF-8; should be 3
Changged utf-8's CharsetEncoder.maxBytesPerChar to 3
Reviewed-by: alanb
|
2010-11-19 12:58:32 -08:00 |
|
Xueming Shen
|
1848635fab
|
6989471: compiler warnings building java/zip native code
Remvoed the warning
Reviewed-by: ohair, alanb
|
2010-11-19 12:55:42 -08:00 |
|
Mandy Chung
|
a48d403c44
|
6631046: BufferedInputStream.available() reports negative int on very large inputstream
Reviewed-by: dholmes, alanb, mduigou
|
2010-11-19 10:00:08 -08:00 |
|
Michael McMahon
|
1d73aa8704
|
Merge
|
2010-11-19 13:35:07 +00:00 |
|
Michael McMahon
|
f6639fefed
|
7001301: com/sun/net/httpserver/bugs/6725892/Test.java failing
Reviewed-by: alanb
|
2010-11-19 13:30:02 +00:00 |
|
Doug Lea
|
823b331f15
|
6712185: java/util/concurrent/Executors/AutoShutdown.java fails on slow or busy systems
Reviewed-by: chegar, alanb
|
2010-11-19 10:43:24 +00:00 |
|
Alan Bateman
|
eac61253a9
|
Merge
|
2010-11-18 19:17:43 +00:00 |
|
Alan Bateman
|
c1b0efa732
|
7000913: (bf) CharBuffer.wrap, slice, position, slice leads to CharBuffer with incorrect offser
Reviewed-by: forax
|
2010-11-18 19:16:45 +00:00 |
|
Xueming Shen
|
8aaa66c1f7
|
6217210: RFE: Support for Cp833 in 1.4.2
Forward port the Cp833 charset
Reviewed-by: poonam
|
2010-11-17 21:33:16 -08:00 |
|
Xueming Shen
|
8add507dbc
|
6615506: (fmt spec) Date/Time conversion table missing column for 'Z'
Added the column entry back in
Reviewed-by: alanb
|
2010-11-17 15:10:42 -08:00 |
|
Michael McMahon
|
be79b0032a
|
Merge
|
2010-11-17 14:32:29 +00:00 |
|
Michael McMahon
|
e4d948e846
|
6725892: Http server stability issues
Reviewed-by: chegar
|
2010-11-17 14:29:51 +00:00 |
|
Valerie Peng
|
d3fc95751b
|
Merge
|
2010-11-16 11:50:08 -08:00 |
|
Alan Bateman
|
721443756b
|
6613829: (docs) Readable.read() ReadOnlyBufferException is not linked
Reviewed-by: chegar, lancea
|
2010-11-16 15:23:11 +00:00 |
|
Valerie Peng
|
0ec3c185d5
|
6687725: Internal PKCS5Padding impl should throw IllegalBlockSizeException and not BadPaddingException
Changed to throw IllegalBlockSizeException when the data length isn't multiples of block size
Reviewed-by: wetmore
|
2010-11-15 14:38:41 -08:00 |
|
Valerie Peng
|
64c60db32c
|
6848930: JSN security test jce/Global/Cipher/PKCS5Padding cannot thrown expected BadPaddingException
Disabled CKM_DES_CBC_PAD, CKM_DES3_CBC_PAD, CKM_AES_CBC_PAD mechs by default and use our own internal padding impl.
Reviewed-by: wetmore
|
2010-11-15 14:32:49 -08:00 |
|
Xueming Shen
|
0407a3cf9e
|
6544278: SecurityException not thrown for Indexed Jar file whose signature is corrupted
Added code to deal with the index case specially.
Reviewed-by: mullan
|
2010-11-15 09:42:39 -08:00 |
|
Xueming Shen
|
d581e4f434
|
6994145: (zipfs) README should be updated
6994161: (zipfs) newFileSystem method should FileSystemAlreadyExistsException
6994152: (zipfs) copyTo ignores COPY_ATTRIBUTES option
Zipfile update
Reviewed-by: alanb
|
2010-11-15 09:26:49 -08:00 |
|
Chris Hegarty
|
cdcbbea8cb
|
6993789: LinkedBlockingDeque iterator/descendingIterator loops and owns lock forever
Reviewed-by: dl, dholmes
|
2010-11-15 15:11:04 +00:00 |
|
Alan Bateman
|
4dfa884fe5
|
6999915: TEST_BUG: test/java/nio/channels/AsynchronousSocketChannel/Leaky.java failed intermittently (win)
Reviewed-by: forax
|
2010-11-15 14:34:04 +00:00 |
|
Joe Darcy
|
3aae57e052
|
6991528: Support making Throwable.suppressedExceptions immutable
Reviewed-by: mchung, dholmes
|
2010-11-14 07:22:39 -08:00 |
|
Lana Steuck
|
c420cdefc2
|
Merge
|
2010-11-13 18:56:50 -08:00 |
|
J. Duke
|
e589dbf67e
|
Merge
|
2017-07-05 17:27:29 +02:00 |
|
J. Duke
|
3874ae3370
|
Merge
|
2017-07-05 17:27:26 +02:00 |
|
J. Duke
|
0e1d21ac3d
|
Merge
|
2017-07-05 17:27:24 +02:00 |
|
J. Duke
|
5fa380626f
|
Merge
|
2017-07-05 17:27:21 +02:00 |
|
J. Duke
|
da51c5b9c3
|
Merge
|
2017-07-05 17:27:18 +02:00 |
|
J. Duke
|
ed71f7957d
|
Merge
|
2017-07-05 17:27:15 +02:00 |
|
J. Duke
|
81dc2769c4
|
Merge
|
2017-07-05 17:27:12 +02:00 |
|
J. Duke
|
d186db2030
|
Added tag jdk7-b118 for changeset 2e876e59938a
|
2017-07-05 17:26:57 +02:00 |
|
J. Duke
|
8b3d68fe65
|
Merge
|
2017-07-05 17:26:57 +02:00 |
|
J. Duke
|
8bab80ca2b
|
Merge
|
2017-07-05 17:26:55 +02:00 |
|
J. Duke
|
a4ce46a1b1
|
Merge
|
2017-07-05 17:26:50 +02:00 |
|
J. Duke
|
0059f7f0cb
|
Merge
|
2017-07-05 17:26:46 +02:00 |
|
J. Duke
|
7159e1b97a
|
Merge
|
2017-07-05 17:26:43 +02:00 |
|
J. Duke
|
0616b15714
|
Merge
|
2017-07-05 17:26:39 +02:00 |
|
J. Duke
|
93ffd30adf
|
Merge
|
2017-07-05 17:26:22 +02:00 |
|