8080330: (cs) Charset.availableCharsets failing with NPE on several platforms (original) (raw)
Chris Hegarty chris.hegarty at oracle.com
Thu May 14 12:47:11 UTC 2015
- Previous message: 8080330: (cs) Charset.availableCharsets failing with NPE on several platforms
- Next message: RFR: 8080344: Incorrect GPL header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The changes looks fine Alan.
-Chris.
On 14 May 2015, at 12:49, Alan Bateman <Alan.Bateman at oracle.com> wrote:
This method is currently broken in jdk9/dev and is causing several test failures. It looks like the changes JDK-8035302 missed a file. I need a Reviewer for the patch below. Additionally the test/sun/nio/cs/TestCompoundTest.java can be removed. I'm sure Sherman will have suggestions for other clean-up but for now I think it would be good to get jdk9/dev stable again. Thanks, Alan.
diff --git a/make/data/charsetmapping/charsets b/make/data/charsetmapping/charsets --- a/make/data/charsetmapping/charsets +++ b/make/data/charsetmapping/charsets @@ -1833,10 +1833,3 @@ ## ######################################################## -charset x-COMPOUNDTEXT COMPOUNDTEXT - package sun.nio.cs.ext - type source - os unix - alias COMPOUNDTEXT # JDK historical - alias x11-compoundtext - alias x-compound-text
- Previous message: 8080330: (cs) Charset.availableCharsets failing with NPE on several platforms
- Next message: RFR: 8080344: Incorrect GPL header
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]