Doug Lea
677a39996a
7005424: Resync java.util.concurrent classes with Dougs CVS - Jan 2011
...
Reviewed-by: dholmes, chegar, mduigou
2011-01-12 14:40:36 +00:00
Stuart Marks
b2ef93e7d4
7008728: diamond conversion of basic security, permissions, authentication
...
Reviewed-by: mullan
2011-01-07 15:39:58 -08:00
Chris Hegarty
e208093ec8
7000511: PrintStream, PrintWriter, Formatter, Scanner leave files open when exception thrown
...
Reviewed-by: alanb, mduigou
2011-01-07 13:08:18 +00:00
Lana Steuck
fb91d40572
Merge
2011-01-04 17:05:38 -08:00
Xueming Shen
022d6b1633
7009618: regression test failed caused by the fix for 7003462
...
Avoid caching the "ended" Inflater in ZipFile class
Reviewed-by: alanb
2011-01-04 14:17:45 -08:00
Kelly O'Hair
6b6a611c8e
6962318: Update copyright year
...
Reviewed-by: xdono
2010-12-28 15:53:50 -08:00
Daniel D. Daugherty
4ef8c5c56c
7005984: 3/3 Incorrect values of S0C and S0CMX appear with -gcnewcapacity in jstat
...
Swap S0C and S0CMX column values.
Reviewed-by: ohair, dholmes, poonam
2010-12-23 23:10:36 -08:00
Kumar Srinivasan
23e2064389
7002386: (launcher) fix XshowSettings
...
Reviewed-by: darcy, mchung, naoto
2010-12-23 13:51:30 -08:00
Lana Steuck
4010e0a7cb
Merge
2010-12-22 23:12:17 -08:00
Valerie Peng
16faa79cf4
6581254: pkcs11 provider fails to parse configuration file contains windows short path
...
Modified configuration parsing code to support "~".
Reviewed-by: weijun
2010-12-22 18:30:34 -08:00
Pavel Tisnovsky
7e5478ceab
6560348: PIT : java/awt/xembed/server/RunTestXEmbed.java fails
...
Testcase correction.
Reviewed-by: anthony
2010-12-22 14:37:15 +01:00
Erik Trimble
ba3a935a60
Merge
2010-12-21 16:49:36 -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
John R Rose
34cd7bc224
7001424: implement JSR 292 EG adjustments, November 2010
...
Reviewed-by: twisti
2010-12-16 15:59:27 -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
John R Rose
494c1f5c75
Merge
2010-12-16 00:32:15 -08:00
Lana Steuck
9ed3faea7a
Merge
2010-12-13 16:25:26 -08:00
Lana Steuck
0376b163c5
Merge
2010-12-13 16:22:29 -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
Naoto Sato
c961543922
7002320: Locale.forLanguageTag()/toLanguageTag() not working properly with ja_JP_JP locale
...
Reviewed-by: dougfelt
2010-12-13 13:16:08 -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
Lana Steuck
dc44526b3f
Merge
2010-12-10 14:02:33 -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
Lana Steuck
03324a834c
Merge
2010-12-09 21:55:41 -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
Masayoshi Okutsu
5039c146a8
6653944: (cal) BuddhistCalendar yearOffset erased when deserialized
...
Reviewed-by: peytoia
2010-12-08 13:09:29 +09:00
Masayoshi Okutsu
8818a29165
4396385: [Fmt-Da] SimpleDateFormat too lenient when parsing 1-based hours
...
Reviewed-by: peytoia
2010-12-08 12:50:26 +09: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
Joe Darcy
e9ba5a8f34
6990094: ObjectInputStream cloneArray doesn't handle short[]
...
Reviewed-by: alanb, smarks, peterjones
2010-12-07 01:09:17 -08:00
Steven Loomis
740215236a
6886358: layout code update
...
Reviewed-by: igor, prr
2010-12-06 16:10:01 -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
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
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
Pavel Porvatov
c55824b4d4
6988205: Test failed due to compilation failed, JTextComponent doesn't create drop locations with null bias
...
Reviewed-by: alexp
2010-12-02 18:02:41 +03:00
Pavel Porvatov
0e5e1f8864
6639507: Title of javax.swing.JDialog is null while spec says it's empty
...
Reviewed-by: alexp
2010-12-02 15:54:17 +03:00
John R Rose
531c22ce5f
Merge
2010-12-02 03:02:56 -08:00
John R Rose
65d25a6a2a
7001423: JSR 292 bytecode enhancements need unit tests
...
Reviewed-by: twisti
2010-12-02 02:59:02 -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