Changeset: 301d76b8cb55
Author:sherman
Date: 2013-12-03 17:44 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/301d76b8cb55
8028397: Undo the lenient MIME BASE64 decoder support change (JDK-8025003) and
remove methods de/encode(buf, buf)
Summary: updated the spec and implement
Changeset: 1d790a56de4e
Author:sherman
Date: 2013-11-13 22:22 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d790a56de4e
8028321: Fix for String.split() empty input sequence/JDK-6559590 triggers
regression
Summary: to undo the change for 6559590
Reviewed-by: darcy
! src/sh
Changeset: 9e37caf07ce0
Author:sherman
Date: 2013-11-13 11:26 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9e37caf07ce0
8027645: Pattern.split() with positive lookahead
6559590: Pattern.compile(".*").split("") returns incorrect result
Summary: updated spec/impl for these tw
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
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
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
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
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
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
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
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/
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
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/
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
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
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
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:
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.
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
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
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
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:
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
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
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
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
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
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
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,
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
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
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
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
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
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
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..
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
!
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
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..
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
Changeset: 43726ed11fb3
Author:sherman
Date: 2013-02-17 01:01 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/43726ed11fb3
8008348: The leftover jdk/make/tools/javazic causes build problems with
hs25-b19 control
Summary: To remove jdk/make/tools/javazic from the jdk repo
Revi
Changeset: 1ce1a307cded
Author:sherman
Date: 2013-02-15 01:17 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1ce1a307cded
8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing
Summary: to use j.t.ZoneId zone name to keep round-trip
Reviewed-by: okutsu
! test/java/u
Changeset: efc66fe16f91
Author:sherman
Date: 2013-02-13 11:49 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/efc66fe16f91
8008161: Regression: j.u.TimeZone.getAvailableIDs(rawOffset) returns non-sorted
list
Summary: to return a sorted list
Reviewed-by: lancea, naoto
! src/s
Changeset: fdb1e09519ed
Author:sherman
Date: 2013-02-12 09:27 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/rev/fdb1e09519ed
8007392: JSR 310: DateTime API Updates
Summary: Integration of JSR310 Date/Time API for M7
Reviewed-by: darcy, alanb, naoto
Contributed-by: scolebou...@joda.o
Changeset: 7dcb74c3ffba
Author:sherman
Date: 2013-02-12 09:25 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7dcb74c3ffba
8007392: JSR 310: DateTime API Updates
8007520: Update date/time classes in j.util and j.sql packages
8007572: Replace existing jdk timezone data at /lib/
Changeset: e202f43a8b8a
Author:sherman
Date: 2013-02-04 11:58 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e202f43a8b8a
8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which
throws unspecified IOException on attempt to decode invalid Base64 byte strea
Changeset: e5ce312a5b10
Author:sherman
Date: 2013-01-31 13:13 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e5ce312a5b10
8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64
character
8006526: Base64.Decoder.decode(String) spec contains a copy-paste
Changeset: 857d99bef21d
Author:sherman
Date: 2013-01-31 11:09 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/857d99bef21d
8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args
passed
Summary: to check null for dec/enc.wrap methods
Reviewed-by: alanb
!
Changeset: e0552f13f4a2
Author:sherman
Date: 2013-01-23 10:29 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e0552f13f4a2
8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently
Summary: fixed the test case
Reviewed-by: alanb
! test/java/util/zip/ZipF
Changeset: 8209c91b751d
Author:sherman
Date: 2013-01-22 21:02 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/rev/8209c91b751d
8003680: JSR 310 Date/Time API
Summary: Integration of JSR310 Date/Time API for M6
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebou...@joda.org, ro
Changeset: 919afffa70b0
Author:sherman
Date: 2013-01-22 20:59 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/919afffa70b0
8003680: JSR 310 Date/Time API
Summary: Integration of JSR310 Date/Time API for M6
Reviewed-by: alanb, naoto, dholmes
Contributed-by: scolebou...@joda.org
Changeset: 787c7c1c210f
Author:sherman
Date: 2013-01-17 12:49 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/787c7c1c210f
8006090: Formatter asserts with -esa
Summary: removed the offending assert
Reviewed-by: alanb, darcy
Contributed-by: brian.burkhal...@oracle.com
! src/sh
Changeset: 6f6246aced89
Author:sherman
Date: 2013-01-11 22:43 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6f6246aced89
8005466: JAR file entry hash table uses too much memory (zlib_util.c)
Summary: realign the fields of jzcell struct
Reviewed-by: sherman
Contributed-by: io
Changeset: fd8ba2d8baec
Author:sherman
Date: 2012-12-01 11:36 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fd8ba2d8baec
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return
the number of bytes written
Summary: to return the length instead of positi
Changeset: c6ed2c238d4f
Author:sherman
Date: 2012-11-27 22:07 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c6ed2c238d4f
8004088: hg push for bug#4235519 failed to push all files
Summary: pushed all base64 files
Reviewed-by: alanb, mduigou
+ src/share/classes/java/util/Base
Changeset: cdf02b372956
Author:sherman
Date: 2012-11-07 20:50 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/cdf02b372956
6282196: There should be Math.mod(number, modulo) methods
Summary: added the requested methods
Reviewed-by: darcy, emcmanus, alanb
Contributed-by: roger.r
Changeset: 717ed00b7787
Author:sherman
Date: 2012-08-09 10:15 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/717ed00b7787
7189363: Regex Pattern compilation buggy for special sequences
Summary: fixed the incorrect implementation in expr(...)
Reviewed-by: psandoz, alanb
! src
Changeset: 1468b0af0d06
Author:sherman
Date: 2012-08-03 13:40 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1468b0af0d06
7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java
from native
Summary: re-implemented getBytesRead/Writtten() at java level
Rev
Changeset: 42eac77355d2
Author:sherman
Date: 2012-07-25 12:47 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/42eac77355d2
7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build
Summary: fixed the test case
Reviewed-by: alanb
! test/sun/nio/cs/OLD/JI
Changeset: a18f2806bef2
Author:sherman
Date: 2012-07-24 12:17 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a18f2806bef2
6653797: Reimplement JDK charset repository charsets.jar
Summary: Migrated all jis based charsets to new implementation
Reviewed-by: okutsu
! make/java/n
Changeset: 84cd98a5641c
Author:sherman
Date: 2012-07-19 21:23 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/84cd98a5641c
7130915: File.equals does not give expected results when path contains
Non-English characters on Mac OS X
Summary: to support Unicode nfd/nfc file path o
Changeset: c76ad79a5a2f
Author:sherman
Date: 2012-07-17 19:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/c76ad79a5a2f
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface
Reviewed
Changeset: 819258b5002e
Author:sherman
Date: 2012-06-28 22:44 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/819258b5002e
7175845: jar uf changes file permissions unexpectedly
7177216: native2ascii changes file permissions of input file
Summary: undo the File.createTempFile c
Changeset: d1f52390275b
Author:sherman
Date: 2012-06-05 12:11 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d1f52390275b
6183404: Many eudc characters are incorrectly mapped in MS936 and GBK converter
Summary: updated MS936 and GBK mappings
Reviewed-by: alanb
! make/tools/C
Changeset: 1ece20885be4
Author:sherman
Date: 2012-05-08 11:16 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1ece20885be4
7157656: (zipfs) SeekableByteChannel to entry in zip file always reports its
position as 0
Summary: updated SeekableByteChannel.read() to count the bytes
Changeset: af209a223b6b
Author:sherman
Date: 2012-05-08 10:57 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/af209a223b6b
7014640: To add a metachar \R for line ending and character classes for
vertical/horizontal ws \v \V \h \H
Summary: added propsoed constructs
Reviewed-by
Changeset: e65a1756d825
Author:sherman
Date: 2012-04-12 15:01 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e65a1756d825
7067045: replaceAll("\u20ac", "$"); causses
java.lang.StringIndexOutOfBoundsExceptio
Summary: Updated to throw IAE instead.
Reviewed-by: lancea
! src/sh
Changeset: 587243bf0862
Author:sherman
Date: 2012-04-12 10:55 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/587243bf0862
7152690: Initialization error with charset SJIS_0213 when security manager is
enabled
Summary: To use doPrivileged block to wrap the data reading code
Re
Changeset: 642c6d4aaaed
Author:sherman
Date: 2012-04-12 10:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/642c6d4aaaed
7156873: (zipfs) FileSystems.newFileSystem(uri, env) fails for uri with escaped
octets
Summary: To use URI.getRawSchemeSpecificPart() to get the scheme p
Changeset: d38fed7d2ea7
Author:sherman
Date: 2012-02-16 22:13 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/d38fed7d2ea7
4153167: separate between ANSI and OEM code pages on Windows
Summary: To use OEM code page for System.out&err when not redirected
Reviewed-by: alanb
! sr
Changeset: b971b51bec01
Author:sherman
Date: 2012-02-16 11:43 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b971b51bec01
6708398: Support integer overflow
Summary: Added add/sub/multiply/toIntExact methods to j.l.Math and StrictMath
classes
Reviewed-by: emcmanus
Contributed
Changeset: 5b27b978ed42
Author:sherman
Date: 2011-12-19 14:14 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5b27b978ed42
6990617: Regular expression doesn't match if unicode character next to a digit.
Summary: updated RemoveQEQuotation() to deal with this case correctly
Revi
Changeset: 194faa6fdb3c
Author:sherman
Date: 2011-12-05 10:50 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/194faa6fdb3c
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect
return value
Summary: updated the incorrect StringBuilder constructor usage
Changeset: 1d7037df65ed
Author:sherman
Date: 2011-12-02 16:25 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/1d7037df65ed
5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
Summary: Fix to ensure singleton property of String.CaseInsensitiveComparator
Changeset: 07e359b01d8a
Author:sherman
Date: 2011-11-29 13:05 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/07e359b01d8a
7109837: Provide a mechanism for computing an Adler32 checksum for the contents
of a ByteBuffer
Summary: added methods Adler32/CRC32.update(ByteBuffer)
R
Changeset: a47de985fec9
Author:sherman
Date: 2011-11-29 11:39 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a47de985fec9
7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
Summary: updated to zlib-1.2.5
Reviewed-by: alanb
! make/common/Defs.gmk
! make
Changeset: 417d91754849
Author:sherman
Date: 2011-11-07 13:46 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/417d91754849
7096080: UTF8 update and new CESU-8 charset
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80
Changeset: 812c6d4d6a58
Author:sherman
Date: 2011-09-02 10:20 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/812c6d4d6a58
6898310: (cs) Charset cache lookups should be synchronized
Summary: synchronize the lookup in iterator
Reviewed-by: alanb
! src/share/classes/sun/nio/cs/
Changeset: 8a51f0e24380
Author:sherman
Date: 2011-08-30 11:53 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8a51f0e24380
7084245: Update usages of InternalError to use exception chaining
Summary: to use new InternalError constructor with cause chainning
Reviewed-by: alanb, k
Changeset: 973d923af88c
Author:sherman
Date: 2011-08-26 15:36 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/973d923af88c
7077769: (zipfs) ZipFileSystem.writeCEN() writes wrong "data size" for ZIP64
extended information extra field
Summary: fixed the wrong size when writing
Changeset: 11cc9c2e0431
Author:sherman
Date: 2011-08-17 15:18 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11cc9c2e0431
7066490: @since 1.7 tag is missing for
java.util.regex.Matcher.group(java.lang.String)
Summary: Added the @since 1.7 tag
Reviewed-by: mduigou, forax
! s
Changeset: 2961329a6774
Author:sherman
Date: 2011-08-17 14:14 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/2961329a6774
6237353: Remove sun.io package from j2se binary
Summary: Removed sun.io package and related test cases
Reviewed-by: alanb
! make/java/sun_nio/FILES_java.
Changeset: d830ec851cee
Author:sherman
Date: 2011-05-14 11:55 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d830ec851cee
7044849: Constructs for Unicode binary properties should be \p{IsXXX} not
p{isXXX}
Summary: fixed the doc typo
Reviewed-by: alanb
! src/share/classes/ja
Changeset: 501ca93ea3ef
Author:sherman
Date: 2011-05-11 08:54 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/501ca93ea3ef
7043234: (fmt) java.util.Formatter links in javadoc to BigDecimal need to be
fixed
Summary: fixed the doc miss
Reviewed-by: alanb, emcmanus
! src/share/
Changeset: fa17f2b9a6d5
Author:sherman
Date: 2011-05-02 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/fa17f2b9a6d5
7040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new
String(byte[])
Summary: implement sun.nio.cs.ArrayEn/Decoer in utf8
Reviewed-
Changeset: 4ac05b50f09c
Author:sherman
Date: 2011-05-01 11:39 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4ac05b50f09c
7036522: j.u.r.Pattern documentation errors
Summary: updated the Perl related information
Reviewed-by: alanb
! src/share/classes/java/util/regex/Pattern.
Changeset: 775b77e74bec
Author:sherman
Date: 2011-04-28 20:18 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/775b77e74bec
7037261: j.l.Character.isLowerCase/isUpperCase need to match the Unicode
Standard
Summary: updated j.l.c.lsLowerCase/isUpperCase
Reviewed-by: okutsu
! m
Changeset: 3eb51bf7e859
Author:sherman
Date: 2011-03-17 11:42 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/3eb51bf7e859
6796662: (fmt spec) Formatter spec on BigDecimal output should not reference
Float a
Summary: updated the spec doc
Reviewed-by: alanb
! src/share/classe
Changeset: e9760efb5110
Author:sherman
Date: 2011-04-18 21:44 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e9760efb5110
7027900: (fs) glob syntax under-specified
Summary: Clarify how leading dots are treated in nio2 glob
Reviewed-by: alanb
! src/share/classes/java/nio/file
Changeset: 98688c4be64b
Author:sherman
Date: 2011-04-18 10:51 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/98688c4be64b
7031076: Retained ZipFile InputStreams increase heap demand
Summary: Allow unreferenced ZipFile InputStreams to be finalized, GC'd
Reviewed-by: sherman, d
Changeset: c8f22fc4aa00
Author:sherman
Date: 2011-04-10 23:33 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c8f22fc4aa00
7033561: Missing Unicode Script aliases
Summary: added 6.0 aliases
Reviewed-by: okutsu, peytoia, alanb
! src/share/classes/java/lang/Character.java
! tes
Changeset: 59f43e232481
Author:sherman
Date: 2011-04-04 11:30 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/59f43e232481
6751338: ZIP inflater/deflater performance
Summary: To use GetPrimitiveArrayCritical for bye array access
Reviewed-by: bristor, alanb
! src/share/classes
Changeset: 05911dc54a67
Author:sherman
Date: 2011-03-16 12:16 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/05911dc54a67
6803681: RFE: Need new codeset converter for IBM Cp1364
Summary: forward port the Cp1364
Reviewed-by: alanb
! make/sun/nio/cs/FILES_java.gmk
+ make/tools
Changeset: 90b7926884a8
Author:sherman
Date: 2011-03-04 11:35 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/90b7926884a8
7023244: (zipfs) langtools CompileTest fails on read-only file system
Summary: replaced checkAccess with Files.isWritable()
Reviewed-by: alanb
! src/shar
Changeset: dbc74475822f
Author:sherman
Date: 2011-02-16 11:11 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/dbc74475822f
6999337: java.exe fails to start if some directory names in path to java
binaries contain Russian characters
Summary: updated to make sure the system pro
Changeset: 21a1e86dedc2
Author:sherman
Date: 2011-02-11 17:09 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/21a1e86dedc2
6996192: Console.readPassword race: input echo off must be prior to writing
prompt
Summary: To turn off echo before prompt
Reviewed-by: alanb
! src/shar
Changeset: 8711aedb08f2
Author:sherman
Date: 2011-02-11 12:20 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8711aedb08f2
7007596: (zipfs) FileSystems.newFileSystem(FileRef...) always employs zipfs
regardless the real Path type.
Summary: updated newFileSystem() to throw UOE
Changeset: 6661a1dfa369
Author:sherman
Date: 2011-02-08 13:30 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6661a1dfa369
7017840: (zipfs) test/demo/zipfs/basic.sh needs to be updated due to 7013420
Summary: updated try-with-resourcse usage in test/demo code
Reviewed-by: alan
Changeset: b8662dac7c91
Author:sherman
Date: 2011-02-04 13:17 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/b8662dac7c91
7005986: (zipfs) ZipPath.startsWith() fails because of the implementation of
getName(index)
Summary: Updated starsWith/endsWith to be consistent with def
Changeset: 035ecca4379c
Author:sherman
Date: 2011-02-03 13:49 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/035ecca4379c
7014645: Support perl style Unicode hex notation \x{...}
Summary: Added the construct \x{...} for Unicode hex notation support
Reviewed-by: alanb, okutsu
1 - 100 of 178 matches
Mail list logo