[security-dev 00412]: hg: jdk7/tl/jdk: 6714428: 'os.name' system property shows wrong value on 64-bit Windows XP

2008-11-19 Thread xueming . shen
Changeset: 4f985ba72055 Author:sherman Date: 2008-11-19 14:29 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4f985ba72055 6714428: 'os.name' system property shows wrong value on 64-bit Windows XP Summary: update to detect the correct os.name for 64-bit XP Reviewed-by: darcy

[security-dev 00415]: hg: jdk7/tl/jdk: 6745216: missing 4 chraset aliases in sun.nio.cs package

2008-11-20 Thread xueming . shen
Changeset: 9df22bc448a3 Author:sherman Date: 2008-11-20 14:06 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9df22bc448a3 6745216: missing 4 chraset aliases in sun.nio.cs package Summary: added "834" into x-IBM834's aliase list. Reviewed-by: alanb ! src/share/classes/sun/nio

[security-dev 00431]: hg: jdk7/tl/jdk: 6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh

2008-11-25 Thread xueming . shen
Changeset: b1620482689a Author:sherman Date: 2008-11-25 10:09 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b1620482689a 6774710: spp.sh used by genBasic.sh/genCopyDirectMemory.sh Summary: update the scripts to use java version of spp Reviewed-by: alanb ! test/java/nio/Buff

[security-dev 00436]: hg: jdk7/tl/jdk: 6725399: (ch) Channels.newInputStream should check for null

2008-11-29 Thread xueming . shen
Changeset: 3d110bb4dc19 Author:sherman Date: 2008-11-29 20:55 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3d110bb4dc19 6725399: (ch) Channels.newInputStream should check for null Summary: update to check null arg for all Channels methods Reviewed-by: alanb ! src/share/cla

[security-dev 00463]: hg: jdk7/tl/jdk: 6642323: Speeding up Single Byte Decoders; ...

2008-12-10 Thread xueming . shen
Changeset: b89ba9a6d9a6 Author:sherman Date: 2008-12-10 14:03 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b89ba9a6d9a6 6642323: Speeding up Single Byte Decoders 6642328: Speeding up Single Byte Encoders Summary: re-implementation of mapping based sbcs charts Reviewed-by: a

[security-dev 00466]: hg: jdk7/tl/jdk: 6496274: jar seems to use more CPU than it should

2008-12-17 Thread xueming . shen
Changeset: 57dc40ece164 Author:sherman Date: 2008-12-17 22:50 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/57dc40ece164 6496274: jar seems to use more CPU than it should Summary: boost jar creating performance especially for the large jar file Reviewed-by: martin ! src/sha

[security-dev 00472]: Re: hg: jdk7/tl/jdk: 6496274: jar seems to use more CPU than it should

2008-12-19 Thread Xueming Shen
Hi Mark, No, you did not miss anything. The "original patch proposal " had not been sent to any of the community mailing lists, the "reviewed-by" is for the final code review, which was not sent to the mailing list as well, I don't think we send each/every code review request out, especiall

[security-dev 00493]: hg: jdk7/tl/jdk: 6332094: "jar t" and "jar x" should use ZipFile, not ZipInputStream

2009-01-13 Thread xueming . shen
Changeset: 13d7e2477737 Author:sherman Date: 2009-01-13 09:21 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/13d7e2477737 6332094: "jar t" and "jar x" should use ZipFile, not ZipInputStream Summary: To use ZipFile for jar "t" and "x" to boost performance Reviewed-by: martin,

[security-dev 00511]: hg: jdk7/tl/jdk: 6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima

2009-01-22 Thread xueming . shen
Changeset: 63f8707112be Author:sherman Date: 2009-01-22 20:29 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/63f8707112be 6476425: (fmt)java.util.Formatter.print() throws IllegalArgumentException on large BigDecima Summary: Correct the wrong calculation of "precision" in cer

[security-dev 00609]: hg: jdk7/tl/jdk: 6350801: Add support for named (instead of numbered) capture groups in regular expression; ...

2009-02-23 Thread xueming . shen
Changeset: 27e1141d436c Author:sherman Date: 2009-02-23 21:06 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/27e1141d436c 6350801: Add support for named (instead of numbered) capture groups in regular expression 6676425: Opensource unit/regression tests for java.util.regex S

[security-dev 00663]: hg: jdk7/tl/jdk: 6812879: Excess code line in ArrayList method

2009-03-04 Thread xueming . shen
Changeset: 6568cd51ae12 Author:sherman Date: 2009-03-04 09:26 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6568cd51ae12 6812879: Excess code line in ArrayList method Summary: Removed the line of "oldData" which is no longer used. Reviewed-by: martin ! src/share/classes/jav

[security-dev 00702]: hg: jdk7/tl/jdk: 2 new changesets

2009-03-20 Thread xueming . shen
Changeset: 3b6d7e15ccd9 Author:sherman Date: 2009-03-20 16:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3b6d7e15ccd9 6817475: named-capturing group name started with digit causes PSE exception Summary: Need accept the digit as the first char of the group name Reviewed-by

[security-dev 00711]: hg: jdk7/tl/jdk: 2 new changesets

2009-03-23 Thread xueming . shen
Changeset: 4faf788c4949 Author:sherman Date: 2009-03-23 09:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4faf788c4949 6636323: Optimize handling of builtin charsets 6636319: Encoders should implement isLegalReplacement(byte[] repl) Summary: optimized new String(byte[], cs

[security-dev 00734]: hg: jdk7/tl/jdk: 2 new changesets

2009-04-03 Thread xueming . shen
Changeset: de80210c56a6 Author:sherman Date: 2009-04-02 15:35 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/de80210c56a6 4681995: Add support for large (> 4GB) zip/jar files Summary: The ZIP64 format support is added for > 4GB jar/zip files Reviewed-by: alanb, martin + src/

[security-dev 00745]: hg: jdk7/tl/jdk: 6827871: Cleanup leftover code in CharToByteJohab.java

2009-04-08 Thread xueming . shen
Changeset: 74a3d8978eb0 Author:sherman Date: 2009-04-08 09:21 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/74a3d8978eb0 6827871: Cleanup leftover code in CharToByteJohab.java Summary: Removed the leftover data tables Reviewed-by: alanb ! src/share/classes/sun/io/CharToByte

[security-dev 00746]: hg: jdk7/tl/jdk: 6827921: ByteToCharBig5.java should use nio data tables instead of its own copy

2009-04-08 Thread xueming . shen
Changeset: 6fe0aa207f5f Author:sherman Date: 2009-04-08 10:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6fe0aa207f5f 6827921: ByteToCharBig5.java should use nio data tables instead of its own copy Summary: To use the data tables from sun.nio.cs.ext.Big5 Reviewed-by: alan

[security-dev 00758]: hg: jdk7/tl/jdk: 4244499: ZipEntry() does not convert filenames from Unicode to platform; ...

2009-04-16 Thread xueming . shen
Changeset: 1aaeb8fbe705 Author:sherman Date: 2009-04-16 21:00 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1aaeb8fbe705 4244499: ZipEntry() does not convert filenames from Unicode to platform 4532049: IllegalArgumentException in ZipInputStream while reading unicode file 503

[security-dev 00789]: hg: jdk7/tl/jdk: 6836489: Incorrect @link usage in java.util.zip API doc

2009-05-01 Thread xueming . shen
Changeset: d2114c1adb2d Author:sherman Date: 2009-05-01 12:06 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d2114c1adb2d 6836489: Incorrect @link usage in java.util.zip API doc Summary: correct the wrong @link tag Reviewed-by: alanb ! src/share/classes/java/util/zip/ZipFile

[security-dev 00829]: hg: jdk7/tl/jdk: 6831794: charset EUC_TW is 12.6% of the total size of charsets.jar; ...

2009-05-19 Thread xueming . shen
Changeset: 842fb12a21d7 Author:sherman Date: 2009-05-19 15:25 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/842fb12a21d7 6831794: charset EUC_TW is 12.6% of the total size of charsets.jar 6229811: Several codepoints in EUC_TW failed in roundtrip conversion Summary: Re-write

[security-dev 00830]: hg: jdk7/tl/jdk: 6843079: Putback for the new EUC_TW is not complete

2009-05-19 Thread xueming . shen
Changeset: 72e4312ea1e0 Author:sherman Date: 2009-05-19 16:03 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/72e4312ea1e0 6843079: Putback for the new EUC_TW is not complete Summary: Putback the files missed in last putback Reviewed-by: alanb + make/tools/CharsetMapping/euc_

[security-dev 00832]: Re: hg: jdk7/tl/jdk: 6831794: charset EUC_TW is 12.6% of the total size of charsets.jar; ...

2009-05-19 Thread Xueming Shen
Just realized the mistake (I forgot to hg add the newly added files) and did a second putback minutes ago to push back those files:-( Thanks for the review work! Sherman Ulf Zibis wrote: Congratulation ;-) ... I'm wondering, that euc_tw.map is not part of the changeset. ?? -Ulf Am 20.05.20

[security-dev 00834]: hg: jdk7/tl/jdk: 2 new changesets

2009-05-19 Thread xueming . shen
Changeset: 49478a651a28 Author:sherman Date: 2009-05-19 16:21 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/49478a651a28 6728376: Wrong error handling in Java_java_util_zip_Deflater_deflateBytes leads to size 0 if compress fails 6735255: ZipFile.close() does not close ZipFi

[security-dev 00844]: hg: jdk7/tl/jdk: 6843578: Re-implement IBM doublebyte charsets; ...

2009-05-21 Thread xueming . shen
Changeset: 914c33c7de3e Author:sherman Date: 2009-05-21 23:32 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/914c33c7de3e 6843578: Re-implement IBM doublebyte charsets 6639450: IBM949C encoder modifies state of IBM949 encoder 6569191: Cp943 io converter returns U+ and U+F

[security-dev 00870]: hg: jdk7/tl/jdk: 6808625: Incomplete code sample in Deflater javadoc

2009-05-29 Thread xueming . shen
Changeset: d26c268597ed Author:sherman Date: 2009-05-29 16:34 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d26c268597ed 6808625: Incomplete code sample in Deflater javadoc Summary: added compresser.end() into example Reviewed-by: martin ! src/share/classes/java/util/zip/De

[security-dev 00909]: hg: jdk7/tl/jdk: 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding; ...

2009-06-19 Thread xueming . shen
Changeset: 77367060d119 Author:sherman Date: 2009-06-19 14:39 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/77367060d119 6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding 4891024: EUC-KR and JOHAB converters need to be update

[security-dev 00913]: hg: jdk7/tl/jdk: 6847092: (cs) CharsetEncoder.isLegalReplacement of US_ASCII behaves differently since

2009-06-22 Thread xueming . shen
Changeset: 7704895771b5 Author:sherman Date: 2009-06-22 19:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7704895771b5 6847092: (cs) CharsetEncoder.isLegalReplacement of US_ASCII behaves differently since Summary: Updated the US_ASCII and ISO-8859-1 to fix the failure. Re

[security-dev 00942]: hg: jdk7/tl/jdk: 2 new changesets

2009-06-29 Thread xueming . shen
Changeset: 1cc9eb0c952e Author:sherman Date: 2009-06-29 19:57 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1cc9eb0c952e 6707281: Adler32.update() JavaDoc is wrong 6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors 6646605: Missing method ZipFile.getComment() 6841

[security-dev 01024]: hg: jdk7/tl/jdk: 3 new changesets

2009-07-29 Thread xueming . shen
Changeset: 8cabd2931621 Author:sherman Date: 2009-07-24 11:06 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8cabd2931621 5063507: (fmt) missing exception for "%#s" format specifier Summary: throw appropriate exception when necessary Reviewed-by: alanb ! src/share/classes/ja

[security-dev 01042]: hg: jdk7/tl/jdk: 4116222: Errors in Arabic code-conversion tables, part II

2009-08-04 Thread xueming . shen
Changeset: c390fd8fa885 Author:sherman Date: 2009-08-04 12:44 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c390fd8fa885 4116222: Errors in Arabic code-conversion tables, part II Summary: updated the IBM420 datatable Reviewed-by: alanb ! make/tools/CharsetMapping/IBM420.c2b

[security-dev 01082]: hg: jdk7/tl/jdk: 6840246: Lightweight implementation of String.split for simple use case

2009-08-13 Thread xueming . shen
Changeset: 1ff977b938e5 Author:sherman Date: 2009-08-13 10:50 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1ff977b938e5 6840246: Lightweight implementation of String.split for simple use case Summary: Added a fastpath for simple use case Reviewed-by: alanb, martin ! src/sh

[security-dev 01084]: hg: jdk7/tl/jdk: 2 new changesets

2009-08-13 Thread xueming . shen
Changeset: 35f32639ee20 Author:sherman Date: 2009-08-13 15:01 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/35f32639ee20 6676423: (prefs) Opensource unit/regression tests for java.util.prefs Summary: Moved the existing test cases for prefs to open area Reviewed-by: martin, a

[security-dev 01085]: hg: jdk7/tl/jdk: 6866397: (file) PathMatcher with regex syntax doesn't match as expected (win)

2009-08-14 Thread xueming . shen
Changeset: 7fcdefc99dc4 Author:sherman Date: 2009-08-14 11:23 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7fcdefc99dc4 6866397: (file) PathMatcher with regex syntax doesn't match as expected (win) Summary: Use unicode_case_insensitive for windows path matcher for now. Revi

[security-dev 01086]: hg: jdk7/tl/jdk: 6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets

2009-08-14 Thread xueming . shen
Changeset: 77a1c2056565 Author:sherman Date: 2009-08-14 14:29 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/77a1c2056565 6730652: CharsetEncoder.canEncode(char) returns incorrect values for some charsets Summary: override the canEncode() in ISO2022_CN_CNS Reviewed-by: marti

[security-dev 01118]: hg: jdk7/tl/jdk: 4963968: zlib should be upgraded to current version of zlib

2009-08-25 Thread xueming . shen
Changeset: b115cf946852 Author:sherman Date: 2009-08-25 15:14 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b115cf946852 4963968: zlib should be upgraded to current version of zlib Summary: upgrade zlib to the latest ver 1.2.3 Reviewed-by: martin, alanb, ksrini ! make/com/s

[security-dev 01202]: hg: jdk7/tl/jdk: 6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64

2009-09-11 Thread xueming . shen
Changeset: 46406871599c Author:sherman Date: 2009-09-11 16:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/46406871599c 6881337: ZipEntry.setComment() was accidentally changed back to old spec/impl in jdk7-b64 Summary: restored the correct spec and implementation of setCom

[security-dev 01294]: Re: Need reviewer for 6883983: JarVerifier dependency on sun.security.pkcs should be removed

2009-10-13 Thread Xueming Shen
approved. Alan Bateman wrote: I need a reviewer for this trivial change to the JAR verification code. In the JAR verification code it catches sun.security.pkcs.ParsingException (it's been there forever). As the code also catches IOException (and ParsingException is an IOException) it looks l

[security-dev 01337]: hg: jdk7/tl/jdk: 3 new changesets

2009-10-21 Thread xueming . shen
Changeset: a88ca066dad4 Author:sherman Date: 2009-10-21 11:40 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a88ca066dad4 6878475: Better syntax for the named capture group in regex Summary: Updated the syntax of the newly added named capture group Reviewed-by: martin, alanb

[security-dev 01350]: hg: jdk7/tl/jdk: 6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError

2009-10-30 Thread xueming . shen
Changeset: 42351916a4ea Author:sherman Date: 2009-10-30 13:01 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/42351916a4ea 6894950: test/java/util/zip/Bounds.java fails with OoutOfMemoryError Summary: Fixed the boundary check in Deflater.java Reviewed-by: alanb ! src/share/cl

[security-dev 01574]: hg: jdk7/tl/jdk: 6920732: opensource test/java/nio/charset

2010-01-27 Thread xueming . shen
Changeset: 946b30073247 Author:sherman Date: 2010-01-27 19:39 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/946b30073247 6920732: opensource test/java/nio/charset Summary: move the test cases to openjdk Reviewed-by: martin + test/java/nio/charset/Charset/AvailableCharsetNam

[security-dev 01607]: hg: jdk7/tl/jdk: 6919132: Regex \P{Lu} selects half of a surrogate pari

2010-02-05 Thread xueming . shen
Changeset: a39e899aa5dc Author:sherman Date: 2010-02-05 00:10 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a39e899aa5dc 6919132: Regex \P{Lu} selects half of a surrogate pari Summary: To use StartS for complement category/block class Reviewed-by: martin, okutsu ! src/share

[security-dev 01609]: hg: jdk7/tl/jdk: 6923692: java/classes_util TEST_BUG:ReadZip.java fails when

2010-02-06 Thread xueming . shen
Changeset: 445b9928fb70 Author:sherman Date: 2010-02-06 09:26 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/445b9928fb70 6923692: java/classes_util TEST_BUG:ReadZip.java fails when Summary: to create the test file at test.dir Reviewed-by: alanb ! test/java/util/zip/ZipFile/

[security-dev 01686]: hg: jdk7/tl/jdk: 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile

2010-03-11 Thread xueming . shen
Changeset: ee385b4e2ffb Author:sherman Date: 2010-03-11 14:06 -0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ee385b4e2ffb 6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile Summary: system property sun.zip.disableMemoryMapping to disab

[security-dev 01749]: hg: jdk7/tl/jdk: 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7; ...

2010-03-30 Thread xueming . shen
Changeset: 3771ac2a8b3b Author:sherman Date: 2010-03-30 19:10 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3771ac2a8b3b 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7 6911753: NSN wants to add Big5 HKSCS-2004 support Summary: support HKSCS2008 i

[security-dev 01753]: hg: jdk7/tl/jdk: 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)

2010-04-03 Thread xueming . shen
Changeset: 1105276dbd6a Author:sherman Date: 2010-04-03 18:29 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1105276dbd6a 4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win) Summary: to use CreateProcessW on Windowns platform Reviewed-by:

[security-dev 01758]: hg: jdk7/tl/jdk: 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works

2010-04-06 Thread xueming . shen
Changeset: 0b7f10901f30 Author:sherman Date: 2010-04-06 15:45 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0b7f10901f30 6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works Summary: restoring the javadoc Reviewed-by: alanb

hg: jdk7/tl/jdk: 6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints

2010-04-12 Thread xueming . shen
Changeset: 507cd94489e7 Author:sherman Date: 2010-04-12 10:57 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/507cd94489e7 6942707: nwe Big5.map for HKSCS2008 missed 5 codepoints Summary: updated the Big5.map table to add 5 entries Reviewed-by: okutsu - make/tools/CharsetMapp

hg: jdk7/tl/jdk: 6931676: TEST_BUG: wrong value for bugid in comments

2010-04-15 Thread xueming . shen
Changeset: c70d4266d474 Author:sherman Date: 2010-04-15 17:00 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c70d4266d474 6931676: TEST_BUG: wrong value for bugid in comments Summary: update to the correct bugid Reviewed-by: martin ! test/java/util/regex/RegExTest.java

hg: jdk7/tl/jdk: 6951064: Typo in javadoc for ZipException ctors

2010-05-13 Thread xueming . shen
Changeset: aa1b15bdbf2b Author:sherman Date: 2010-05-13 21:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/aa1b15bdbf2b 6951064: Typo in javadoc for ZipException ctors Summary: fixed the doc typo Reviewed-by: martin ! src/share/classes/java/util/zip/ZipException.java

hg: jdk7/tl/jdk: 6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs

2010-05-14 Thread xueming . shen
Changeset: ac74c3b96e49 Author:sherman Date: 2010-05-14 13:30 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ac74c3b96e49 6952701: Use http://www.ietf.org/rfc for rfc references in jdk public APIs Summary: replace www.isi.edu/in-notes with www.ietf.org/rfc Reviewed-by: martin

hg: jdk7/tl/jdk: 4263582: RFE: GZIPInputStream throws IOException on non-gzipped data

2010-05-14 Thread xueming . shen
Changeset: 2fb3d7dbaa32 Author:sherman Date: 2010-05-14 13:46 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2fb3d7dbaa32 4263582: RFE: GZIPInputStream throws IOException on non-gzipped data Summary: throw ZipException instead of IOException Reviewed-by: martin ! src/share/c

hg: jdk7/tl/jdk: 4465490: Suspicious about double-check locking idiom being used in the code

2010-05-16 Thread xueming . shen
Changeset: 91bcd8fc04f2 Author:sherman Date: 2010-05-16 21:22 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/91bcd8fc04f2 4465490: Suspicious about double-check locking idiom being used in the code Summary: to use volatile for the double-checked object Reviewed-by: weijun !

hg: jdk7/tl/jdk: 4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH

2010-05-17 Thread xueming . shen
Changeset: 43f83a2cf5b5 Author:sherman Date: 2010-05-17 12:19 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/43f83a2cf5b5 4813885: RFE: GZIPOutputStream should implement flush using Z_SYNC_FLUSH Summary: Added new constructors to allow flush() work in Z_SYNC_FLUSH mode Review

hg: jdk7/tl/jdk: 4853493: GZIPOutputStream passes a reference to a private array into an untrusted method

2010-05-17 Thread xueming . shen
Changeset: 1e0c3e864fb1 Author:sherman Date: 2010-05-17 16:18 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/1e0c3e864fb1 4853493: GZIPOutputStream passes a reference to a private array into an untrusted method Summary: create a new header byte array for each header writeout

hg: jdk7/tl/jdk: 6945564: Unicode script support in Character class; ...

2010-05-18 Thread xueming . shen
Changeset: 33409b9b0f49 Author:sherman Date: 2010-05-18 15:36 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/33409b9b0f49 6945564: Unicode script support in Character class 6948903: Make Unicode scripts available for use in regular expressions Summary: added Unicode script su

hg: jdk7/tl/jdk: 4691425: GZIPInputStream fails to read concatenated .gz files

2010-05-23 Thread xueming . shen
Changeset: 41a5722e6e10 Author:sherman Date: 2010-05-24 00:39 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/41a5722e6e10 4691425: GZIPInputStream fails to read concatenated .gz files Summary: to support concatenated .gz streams Reviewed-by: martin ! src/share/classes/java/u

hg: jdk7/tl/jdk: 2 new changesets

2010-05-24 Thread xueming . shen
Changeset: 6df25b528926 Author:sherman Date: 2010-05-24 15:20 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6df25b528926 4690407: JAR tool: option -i can't be combined with other options Summary: -i can't combined with cxut, do sanity check on options Reviewed-by: martin !

hg: jdk7/tl/jdk: 6962067: TEST_BUG: Tests in java/util/zip/ZipFile leave file open

2010-06-17 Thread xueming . shen
Changeset: 5e4547833379 Author:sherman Date: 2010-06-17 13:21 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/5e4547833379 6962067: TEST_BUG: Tests in java/util/zip/ZipFile leave file open Summary: Close zipfile and io stream when done Reviewed-by: alanb ! test/ProblemList.tx

hg: jdk7/tl/jdk: 2 new changesets

2010-06-22 Thread xueming . shen
Changeset: d7fdaee81c14 Author:sherman Date: 2010-06-22 14:04 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d7fdaee81c14 6963156: TEST_BUG: Several tests under sun/nio/cs failed Summary: Updated the test cases and removed them from ProblemList.txt Reviewed-by: alanb ! test/

hg: jdk7/tl/jdk: 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar

2010-07-16 Thread xueming . shen
Changeset: a3747592bdf7 Author:sherman Date: 2010-07-16 16:45 -0400 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a3747592bdf7 6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar Summary: Removed the duplicate sun.nio.cs.ext entries from

hg: jdk7/tl/jdk: 6923794: About 40 JCK test case fail with AssertionError if -esa option is specified

2010-08-10 Thread xueming . shen
Changeset: da5b67ac7755 Author:sherman Date: 2010-08-10 13:15 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/da5b67ac7755 6923794: About 40 JCK test case fail with AssertionError if -esa option is specified Summary: removed the assert Reviewed-by: alanb ! src/solaris/classe

hg: jdk7/tl/jdk: 6969651: TEST_BUG: tools/jar/JarEntryTime.java failed on JDK7 when run on NFS

2010-08-17 Thread xueming . shen
Changeset: bfc3855a9341 Author:sherman Date: 2010-08-17 16:01 -0700 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/bfc3855a9341 6969651: TEST_BUG: tools/jar/JarEntryTime.java failed on JDK7 when run on NFS Summary: changed to use more appropriate nfs file time Reviewed-by: martin

hg: jdk8/tl/jdk: 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding; ...

2013-04-02 Thread xueming . shen
Changeset: e6c3b8e74e50 Author:sherman Date: 2013-04-02 10:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e6c3b8e74e50 8007379: Base64.getMimeDecoder().decode() throws IAE for a non-base64 character after padding 8008925: Base64.getMimeDecoder().decode() does not ignore p

hg: jdk8/tl/jdk: 8011172: JSR 310 DateTime API Updates II

2013-04-12 Thread xueming . shen
Changeset: f4d50e8cc9e2 Author:sherman Date: 2013-04-12 07:57 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f4d50e8cc9e2 8011172: JSR 310 DateTime API Updates II Summary: Integration of JSR310 Date/Time API update Reviewed-by: alanb, naoto, dholmes Contributed-by: scolebou..

hg: jdk8/tl/jdk: 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt

2013-04-12 Thread xueming . shen
Changeset: 035a61c9f981 Author:sherman Date: 2013-04-12 09:51 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/035a61c9f981 8012123: hijrah-config-umalqura.properties is missing from makefiles/profile-includes.txt Summary: added the hijrah-config-umalqura.properties into the l

hg: jdk8/tl/jdk: 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime

2013-04-12 Thread xueming . shen
Changeset: 6c935c5ac7ff Author:sherman Date: 2013-04-12 12:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c935c5ac7ff 8011647: Add java.time.Instant methods to java.nio.file.attribute.FileTime Summary: added the toInstant()/from(Instant) to FileTime Reviewed-by: alanb !

hg: jdk8/tl/jdk: 8002390: (zipfs) Problems moving files between zip file systems

2013-04-12 Thread xueming . shen
Changeset: 729ca1ef7c75 Author:sherman Date: 2013-04-12 12:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/729ca1ef7c75 8002390: (zipfs) Problems moving files between zip file systems Summary: fixed the corner cases in zipfs Reviewed-by: sherman Contributed-by: mark.shepp..

hg: jdk8/tl/jdk: 8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ

2013-04-24 Thread xueming . shen
Changeset: 8c06a38aa2c5 Author:sherman Date: 2013-04-24 21:27 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8c06a38aa2c5 8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ Summary: updated the offending test case Reviewed-by: alanb ! test/java/time/test/ja

hg: jdk8/tl/jdk: 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters

2013-04-26 Thread xueming . shen
Changeset: 5144db7f0f88 Author:sherman Date: 2013-04-26 13:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5144db7f0f88 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters Summary: updated GroupCurly.match0() to b

hg: jdk8/tl/jdk: 8013252: Regex Matcher .start and .end should be accessible by group name; ...

2013-05-06 Thread xueming . shen
Changeset: b4a013f4eff4 Author:sherman Date: 2013-05-06 21:24 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b4a013f4eff4 8013252: Regex Matcher .start and .end should be accessible by group name 8013254: Constructor \w need update to add the support of \p{Join_Control} Summa

hg: jdk8/tl/jdk: 8013386: (tz) Support tzdata2013c

2013-05-13 Thread xueming . shen
Changeset: ae35fdbab949 Author:sherman Date: 2013-05-13 20:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ae35fdbab949 8013386: (tz) Support tzdata2013c Summary: updated tz data to version 2013c Reviewed-by: peytoia, okutsu ! make/sun/javazic/tzdata/VERSION ! make/sun/jav

hg: jdk8/tl/jdk: 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time

2013-05-14 Thread xueming . shen
Changeset: 08ef70f60e0d Author:sherman Date: 2013-05-14 14:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/08ef70f60e0d 8012326: Deadlock occurs when Charset.availableCharsets() is called by several threads at the same time Summary: removed the race condition risk from Ex

hg: jdk8/tl/jdk: 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit

2013-05-14 Thread xueming . shen
Changeset: c70fff3db913 Author:sherman Date: 2013-05-14 14:20 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c70fff3db913 8014217: Base64.getXDecoder().wrap(...).read() doesn't throw exception for an incorrect number of padding chars in the final unit Summary: to throw IOE f

hg: jdk8/tl/jdk: 8013730: JSR 310 DateTime API Updates III

2013-05-15 Thread xueming . shen
Changeset: ef04044f77d2 Author:sherman Date: 2013-05-15 07:48 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ef04044f77d2 8013730: JSR 310 DateTime API Updates III Summary: Integration of JSR310 Date/Time API update III Reviewed-by: naoto Contributed-by: scolebou...@joda.org,

hg: jdk8/tl/jdk: 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default

2013-05-20 Thread xueming . shen
Changeset: 6a9148865139 Author:sherman Date: 2013-05-20 11:56 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6a9148865139 8004789: (zipfs) zip provider doesn't work correctly with file systems providers rather than the default Summary: to use Files.createTempFile(...) to cre

hg: jdk8/tl/jdk: 8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method

2013-05-28 Thread xueming . shen
Changeset: 7fa2d1dcb8f6 Author:sherman Date: 2013-05-28 10:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7fa2d1dcb8f6 8001750: CharsetDecoder.replacement should not be changeable except via replaceWith method Summary: to make defensive copy for set/get replacement byte a

hg: jdk8/tl/jdk: 4759491: method ZipEntry.setTime(long) works incorrectly; ...

2013-05-29 Thread xueming . shen
Changeset: 90df6756406f Author:sherman Date: 2013-05-29 19:50 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/90df6756406f 4759491: method ZipEntry.setTime(long) works incorrectly 6303183: Support NTFS and Unix-style timestamps for entries in Zip files 7012856: (zipfs) Newly c

hg: jdk8/tl/jdk: 8015271: Conversion table for EUC-KR is incorrect

2013-05-30 Thread xueming . shen
Changeset: b588955b7e5b Author:sherman Date: 2013-05-30 14:47 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b588955b7e5b 8015271: Conversion table for EUC-KR is incorrect Summary: to add the requested postal code mark character u+327e Reviewed-by: alanb ! make/tools/Charset

hg: jdk8/tl/jdk: 8015728: (zipfs) demo/zipfs/basic.sh failing

2013-06-07 Thread xueming . shen
Changeset: aed2ad905da6 Author:sherman Date: 2013-06-07 13:49 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/aed2ad905da6 8015728: (zipfs) demo/zipfs/basic.sh failing Summary: to return the correct loc entry size from wirteLOC(); Reviewed-by: alanb ! src/share/demo/nio/zipfs

hg: jdk8/tl/jdk: 8016025: JSR 310 DateTime API Updates IV; ...

2013-07-18 Thread xueming . shen
Changeset: b39797bb86c0 Author:sherman Date: 2013-07-18 11:02 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b39797bb86c0 8016025: JSR 310 DateTime API Updates IV 8020418: Cleanup of -Xlint warnings in java.time 8016623: test/java/time/format/TestDateTimeTextProvider.java fai

hg: jdk8/tl/jdk: 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing

2013-07-30 Thread xueming . shen
Changeset: 8bc1bbd5b659 Author:sherman Date: 2013-07-30 14:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8bc1bbd5b659 8021767: test/java/time/tck/java/time/format/TCKFormatStyle.java failing Summary: Correct to use fixed locale, not locale of test environment Reviewed-by:

hg: jdk8/tl/jdk: 8015666: test/tools/pack200/TimeStamp.java failing

2013-08-08 Thread xueming . shen
Changeset: a388263a7287 Author:sherman Date: 2013-08-08 12:03 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a388263a7287 8015666: test/tools/pack200/TimeStamp.java failing Summary: to keep the default behavior of ZOS unchanged, if ze extra time not explicitly set Reviewed-b

Re: Code review request: 8021788: JarInputStream doesn't provide certificates for some file under META-INF

2013-08-08 Thread Xueming Shen
Looks fine. -Sherman On 08/04/2013 06:28 PM, Weijun Wang wrote: Please take a look at http://cr.openjdk.java.net/~weijun/8021788/webrev.00/ The problem is that the method treats no META-INF entry as normal. If we can be sure that MANIFEST.MF and signature-related files are always at the b

hg: jdk8/tl/jdk: 6614237: missing codepage Cp290 at java runtime

2013-08-09 Thread xueming . shen
Changeset: 54f0ccdd9ad7 Author:sherman Date: 2013-08-08 23:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/54f0ccdd9ad7 6614237: missing codepage Cp290 at java runtime Summary: to add charset Cp290 and Cp300 Reviewed-by: okutsu + make/tools/CharsetMapping/IBM290.c2b + make

hg: jdk8/tl/jdk: 8020054: (tz) Support tzdata2013d

2013-08-09 Thread xueming . shen
Changeset: a7c341f30747 Author:sherman Date: 2013-08-09 12:40 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a7c341f30747 8020054: (tz) Support tzdata2013d Summary: update the jdk8 tz data to version 2013d Reviewed-by: coffeys, peytoia ! make/sun/javazic/tzdata/VERSION ! mak

hg: jdk8/tl/jdk: 8022178: System.console() throws IOE on some Windows

2013-08-14 Thread xueming . shen
Changeset: c138d1b608e0 Author:sherman Date: 2013-08-14 11:42 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c138d1b608e0 8022178: System.console() throws IOE on some Windows Summary: to remove the IOE throwing code Reviewed-by: alanb ! src/windows/native/java/io/Console_md.

hg: jdk8/tl/jdk: 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException

2013-08-15 Thread xueming . shen
Changeset: 6c307b4d0dd8 Author:sherman Date: 2013-08-15 10:41 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6c307b4d0dd8 7154662: {CRC32, Adler32}.update(byte[] b, int off, int len): undocumented ArrayIndexOutOfBoundsException Summary: to add the throws clause Reviewed-by:

Re: RFR 8022761: SQE test regression on wrongly signed indexed jar file

2013-08-26 Thread Xueming Shen
On 08/19/2013 06:11 AM, Weijun Wang wrote: Hi Sherman I try out "jar i" after signing and it puts INDEX.LIST at the very beginning of the file. Does this mean INDEX.LIST was actually an exception? Or it's just a bug? Anyway, I think I should update the fix for 8021788 and here is the webrev:

hg: jdk8/tl/jdk: 8023647: "abc1c".matches("(\\w)+1\\1")) returns false

2013-08-27 Thread xueming . shen
Changeset: 3f6777cbfe69 Author:sherman Date: 2013-08-27 12:54 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3f6777cbfe69 8023647: "abc1c".matches("(\\w)+1\\1")) returns false Summary: to correct the wrong GroupCurly group index backoff code Reviewed-by: alanb ! src/share/cl

hg: jdk8/tl/jdk: 8023713: ZipFileSystem crashes on old zip file

2013-08-28 Thread xueming . shen
Changeset: 690b2931baef Author:sherman Date: 2013-08-28 09:46 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/690b2931baef 8023713: ZipFileSystem crashes on old zip file Summary: to handle extra data field copy correctly even the extra data does not follow the spec Reviewed-b

hg: jdk8/tl/jdk: 6341345: (spec) Console.reader() should make it clear that the reader requires line termination

2013-09-04 Thread xueming . shen
Changeset: 478afc30679b Author:sherman Date: 2013-09-04 12:35 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/478afc30679b 6341345: (spec) Console.reader() should make it clear that the reader requires line termination Summary: to clarify the spec Reviewed-by: alanb ! src/sh

hg: jdk8/tl/jdk: 7186632: NLS t13y issue on jar.properties file

2013-09-04 Thread xueming . shen
Changeset: c6a4df06d57e Author:sherman Date: 2013-09-04 12:37 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c6a4df06d57e 7186632: NLS t13y issue on jar.properties file Summary: to remove the redundant backslash Reviewed-by: naoto ! src/share/classes/sun/tools/jar/resources/

hg: jdk8/tl/jdk: 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API

2013-09-11 Thread xueming . shen
Changeset: 60b4cbdb446d Author:sherman Date: 2013-09-11 11:29 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/60b4cbdb446d 8024338: Constant fields introduced by JDK-4759491 fix in b94 are exposed as public fields in public API Summary: to move the new constants out of ZipCon

hg: jdk8/tl/jdk: 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message

2013-09-15 Thread xueming . shen
Changeset: b9d59414de23 Author:sherman Date: 2013-09-15 11:16 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b9d59414de23 7186311: (props) "Unicode" is misspelled as "Uniocde" in JavaDoc and error message Summary: to correct the typo Reviewed-by: alanb, chegar ! make/tools/

hg: jdk8/tl/jdk: 8020687: Deflater.setLevel does not work as expected

2013-09-15 Thread xueming . shen
Changeset: efa09bf27d39 Author:sherman Date: 2013-09-15 13:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/efa09bf27d39 8020687: Deflater.setLevel does not work as expected Summary: to clarify the api to match the existing implementation behavior Reviewed-by: alanb ! src/s

hg: jdk8/tl/jdk: 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists

2013-09-19 Thread xueming . shen
Changeset: 278873b2b3f8 Author:sherman Date: 2013-09-19 10:06 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/278873b2b3f8 8023113: tools/jar/ChangeDir.java fails if /tmp/a exists Summary: updated the test case Reviewed-by: alanb ! test/tools/jar/ChangeDir.java

hg: jdk8/tl/jdk: 8025971: Remove ZoneId.OLD_SHORT_IDS; ...

2013-10-17 Thread xueming . shen
Changeset: 658e121bda42 Author:sherman Date: 2013-10-17 23:43 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/658e121bda42 8025971: Remove ZoneId.OLD_SHORT_IDS 8026197: Slow reading tzdb.dat if the JRE is on a high-latency, remote file system Summary: removed the compatiblity

hg: jdk8/tl/jdk: 8026842: Remove Time-Zone IDs HST/EST/MST

2013-10-21 Thread xueming . shen
Changeset: f0c18a5e3ae5 Author:sherman Date: 2013-10-21 11:16 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f0c18a5e3ae5 8026842: Remove Time-Zone IDs HST/EST/MST Summary: removed these ids from ZoneId's zid list, supported via short_ids list Reviewed-by: okutsu ! make/tool

hg: jdk8/tl/jdk: 8008386: (cs) Unmappable leading should be decoded to replacement.

2013-10-21 Thread xueming . shen
Changeset: 3b00bf85a6f5 Author:sherman Date: 2013-10-21 18:22 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3b00bf85a6f5 8008386: (cs) Unmappable leading should be decoded to replacement. Summary: updated the unmappable/malformed detecting handling for db charsets Reviewed-b

hg: jdk8/tl/jdk: 8025003: Base64 should be less strict with padding

2013-10-24 Thread xueming . shen
Changeset: e7bdb2fcc7bc Author:sherman Date: 2013-10-24 11:12 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e7bdb2fcc7bc 8025003: Base64 should be less strict with padding Summary: updated spec and implementation of mime decoder to be lenient for padding Reviewed-by: alanb

hg: jdk8/tl/jdk: 8026330: java.util.Base64 urlEncoder should omit padding

2013-11-11 Thread xueming . shen
Changeset: 8e8e423fa3dc Author:sherman Date: 2013-11-11 14:35 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e8e423fa3dc 8026330: java.util.Base64 urlEncoder should omit padding Summary: to add Encoder.withoutPadding() Reviewed-by: alanb ! src/share/classes/java/util/Base64

  1   2   >