aboutsummaryrefslogtreecommitdiff
path: root/test/sun/nio
AgeCommit message (Collapse)Author
2014-04-128039751: UTF-8 decoder fails to handle some edge cases correctlysherman
Summary: to update decoder.isMalformed4_2() to correctly detect out of range 2nd byte Reviewed-by: alanb
2013-12-268029235: Update copyright year to match last edit in jdk8 jdk repository for ↵lana
2013 Summary: updated files with 2011, 2012 and 2013 years according to the file's last updated date Reviewed-by: tbell, lancea, chegar
2013-11-128027696: Incorrect copyright header in the testsserb
Reviewed-by: alanb, malenkov, mullan
2013-10-218008386: (cs) Unmappable leading should be decoded to replacement.sherman
Summary: updated the unmappable/malformed detecting handling for db charsets Reviewed-by: naoto
2012-12-208004982: JDK8 source with GPL header errorskatleman
Reviewed-by: ohair
2012-11-027197491: update copyright year to match last edit in jdk8 jdk repositoryalanb
Reviewed-by: chegar, ksrini
2012-07-257186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly buildsherman
Summary: fixed the test case Reviewed-by: alanb
2012-07-246653797: Reimplement JDK charset repository charsets.jarsherman
Summary: Migrated all jis based charsets to new implementation Reviewed-by: okutsu
2012-07-177183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])sherman
Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface Reviewed-by: alanb
2012-06-067172826: (se) Selector based on the Solaris event port mechanismalanb
Reviewed-by: coffeys, chegar
2012-04-167130404: [macosx] "os.arch" value should be "x86_64" for compatibility with ↵jmelvin
Apple JDK6 Summary: On Mac OS X, align system property "os.arch" with Apple legacy JDKs. Also, improve os.name string matching by using .contains() method instead of .startsWith(). This fix spans multiple repositories. Reviewed-by: dcubed, phh, ohair, katleman
2012-04-167143744: (se) Stabilize KQueue SelectorProvider and make default on MacOSXalanb
Reviewed-by: michaelm, chegar
2012-04-127152690: Initialization error with charset SJIS_0213 when security manager ↵sherman
is enabled Summary: To use doPrivileged block to wrap the data reading code Reviewed-by: alanb
2012-03-127152866: Tests not run because they are missing the @run tagalanb
Reviewed-by: chegar, dholmes
2012-03-067113349: Initial changeset for Macosx port to jdkmichaelm
Reviewed-by: jjh, alanb, dholmes, anthony, ohrstrom, ksrini, jrose, weijun, smarks Contributed-by: Alan Bateman <alan.bateman@oracle.com>, Alexander Potochkin <alexander.potochkin@oracle.com>, Alexander Zuev <alexander.zuev@oracle.com>, Andrew Brygin <andrew.brygin@oracle.com>, Artem Ananiev <artem.ananiev@oracle.com>, Alex Strange <astrange@apple.com>, Bino George <bino@apple.com>, Christine Lu <christine.lu@oracle.com>, David Katleman <david.katleman@oracle.com>, David Durrence <david_durrence@apple.com>, Dmitry Cherepanov <dmitry.cherepanov@oracle.com>, Greg Lewis <glewis@eyesbeyond.com>, Kevin Miller <kevin_m_miller@apple.com>, Kurt Miller <kurt@intricatesoftware.com>, Landon Fuller <landonf@plausiblelabs.com>, Leonid Romanov <leonid.romanov@oracle.com>, Loefty Walkowiak <loefty@apple.com>, Mark Reinhold <mark.reinhold@oracle.com>, Naoto Sato <naoto.sato@oracle.com>, Philip Race <philip.race@oracle.com>, Roger Hoover <rhoover@apple.com>, Scott Kovatch <scott.kovatch@oracle.com>, Sergey ByloKhov <sergey.bylokhov@oracle.com>, Mike Swingler <swingler@apple.com>, Tomas Hurka <tomas.hurka@oracle.com>
2011-11-077096080: UTF8 update and new CESU-8 charsetsherman
7082884: Incorrect UTF8 conversion for sequence ED 31 7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf Summary: Updated UTF8 and added CESU-8 to following the latest Standard Reviewed-by: alanb
2011-08-176237353: Remove sun.io package from j2se binarysherman
Summary: Removed sun.io package and related test cases Reviewed-by: alanb
2011-05-027040220: java/char_encodin Optimize UTF-8 charset for String.getBytes()/new ↵sherman
String(byte[]) Summary: implement sun.nio.cs.ArrayEn/Decoer in utf8 Reviewed-by: alanb
2011-03-166803681: RFE: Need new codeset converter for IBM Cp1364sherman
Summary: forward port the Cp1364 Reviewed-by: alanb
2010-12-286962318: Update copyright yearohair
Reviewed-by: xdono
2010-12-086415373: (cs) UnicodeEncoder emits BOM when there are no bytes to encodesherman
Summary: no BOM output if no byte to encode Reviewed-by: alanb
2010-11-176217210: RFE: Support for Cp833 in 1.4.2sherman
Summary: Forward port the Cp833 charset Reviewed-by: poonam
2010-06-236963027: TEST_BUG: channels and buffer tests need to run in samevm modealanb
Reviewed-by: ohair, sherman, chegar
2010-06-226963156: TEST_BUG: Several tests under sun/nio/cs failedsherman
Summary: Updated the test cases and removed them from ProblemList.txt Reviewed-by: alanb
2010-05-28Mergelana
--HG-- rename : src/share/classes/sun/security/tools/PolicyTool.java => src/share/classes/sun/security/tools/policytool/PolicyTool.java
2010-05-256943119: Rebrand source copyright noticesohair
Reviewed-by: darcy, weijun
2010-05-136951887: Wrong redirection useage in test sun/nio/cs/Test4200310.shptisnovs
Summary: Testcase correction. Reviewed-by: sherman
2009-08-146730652: CharsetEncoder.canEncode(char) returns incorrect values for some ↵sherman
charsets Summary: override the canEncode() in ISO2022_CN_CNS Reviewed-by: martin
2009-06-226847092: (cs) CharsetEncoder.isLegalReplacement of US_ASCII behaves ↵sherman
differently since Summary: Updated the US_ASCII and ISO-8859-1 to fix the failure. Reviewed-by: alanb, martin
2009-06-196299219: euro sign failed to be printed in Console on Localized Windows ↵sherman
platform with GBK encoding 4891024: EUC-KR and JOHAB converters need to be updated to include two new characters 4287467: Character converter generator tool Summary: Migrated some of the doublebyte charsets to the new implementation. Reviewed-by: okutsu
2009-05-216843578: Re-implement IBM doublebyte charsetssherman
6639450: IBM949C encoder modifies state of IBM949 encoder 6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character 6577466: Character encoder IBM970 throws a BufferOverflowException 5065777: CharsetEncoder canEncode() methods often incorrectly return false Summary: Re-write 11 IBM doublebyte charsets. Thanks Ulf.Zibis for the codereview! Reviewed-by: martin
2009-05-196843079: Putback for the new EUC_TW is not completesherman
Summary: Putback the files missed in last putback Reviewed-by: alanb
2009-05-196831794: charset EUC_TW is 12.6% of the total size of charsets.jarsherman
6229811: Several codepoints in EUC_TW failed in roundtrip conversion Summary: Re-write EUC_TW charset to address the size and roundtrip issue. Reviewed-by: alanb
2009-03-236636323: Optimize handling of builtin charsetssherman
6636319: Encoders should implement isLegalReplacement(byte[] repl) Summary: optimized new String(byte[], cs/csn) and String.getBytes(cs/csn) for speed and memory consumption in singlebyte case. Reviewed-by: alanb
2008-08-274849617: (cs)Revise Charset spec to allow '+' in namessherman
Summary: Update the spec and code to accept '+' as a charset name character Reviewed-by: alanb
2008-08-224486841: UTF-8 decoder should adhere to corrigendum to Unicode 3.0.1sherman
6636317: Optimize UTF-8 coder for ASCII input Summary: re-write the UTF-8 charset to obey the standard and improve the performance Reviewed-by: alanb
2008-06-306675856: Open charset testssherman
Summary: Moved non-confidiential test cased from closed repo to open repo Reviewed-by: martin
2007-12-01Initial loadjdk7-b24duke