hg: type-annotations/type-annotations/jdk: 3 new changesets
jonathan.gibbons at oracle.com
jonathan.gibbons at oracle.com
Tue May 14 14:24:53 PDT 2013
Changeset: 08ef70f60e0d
Author: sherman
Date: 2013-05-14 14:09 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/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 ExtendedCahrset access code
Reviewed-by: mchung, alanb
! make/sun/nio/cs/Makefile
! makefiles/CreateJars.gmk
! src/share/classes/java/nio/charset/Charset.java
! src/share/classes/sun/nio/cs/ext/ISO2022_JP_2.java
- src/share/classes/sun/nio/cs/ext/META-INF/services/java.nio.charset.spi.CharsetProvider
! src/share/classes/sun/nio/cs/ext/MSISO2022JP.java
Changeset: c70fff3db913
Author: sherman
Date: 2013-05-14 14:20 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/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 for malformed final unit in base64 stream
Reviewed-by: chegar, alanb
! src/share/classes/java/util/Base64.java
! test/java/util/Base64/TestBase64.java
Changeset: c92caabee9c7
Author: jjg
Date: 2013-05-14 14:23 -0700
URL: http://hg.openjdk.java.net/type-annotations/type-annotations/jdk/rev/c92caabee9c7
Merge
- src/share/classes/sun/nio/cs/ext/META-INF/services/java.nio.charset.spi.CharsetProvider
More information about the type-annotations-dev
mailing list