Naoto Sato
|
00c7f914c6
|
8310047: Add UTF-32 based Charsets into StandardCharsets
Reviewed-by: alanb, lancea, bpb, jpai, jlu
|
2023-07-11 16:10:34 +00:00 |
|
Naoto Sato
|
3eeb681a0d
|
8167252: Some of Charset.availableCharsets() does not contain itself
Reviewed-by: bpb, alanb, iris, lancea, jpai
|
2023-06-15 16:34:00 +00:00 |
|
Sergey Tsypanov
|
287bb06def
|
8305902: (cs) Resolve default Charset only once in StreamEncoder and StreamDecoder
Reviewed-by: alanb, bpb
|
2023-04-14 06:21:39 +00:00 |
|
Naoto Sato
|
a253b46021
|
8301119: Support for GB18030-2022
Reviewed-by: alanb, coffeys, lancea
|
2023-02-27 16:35:59 +00:00 |
|
Naoto Sato
|
aa9b8f04bf
|
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
Reviewed-by: joehw, alanb, lancea
|
2022-08-22 16:26:37 +00:00 |
|
Brian Burkhalter
|
6520843f86
|
8287003: InputStreamReader::read() can return zero despite writing a char in the buffer
Reviewed-by: jpai, rriggs
|
2022-05-27 15:23:01 +00:00 |
|
Alan Bateman
|
9583e3657e
|
8284161: Implementation of Virtual Threads (Preview)
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
|
2022-05-07 08:06:16 +00:00 |
|
Claes Redestad
|
6c05cc9d15
|
8275863: Use encodeASCII for ASCII-compatible DoubleByte encodings
Reviewed-by: naoto, rriggs, alanb
|
2021-10-27 10:07:46 +00:00 |
|
Claes Redestad
|
aaa36cc006
|
8274242: Implement fast-path for ASCII-compatible CharsetEncoders on x86
Reviewed-by: naoto, thartmann
|
2021-09-29 12:58:14 +00:00 |
|
Yi Yang
|
afe957cd97
|
8268698: Use Objects.check{Index,FromToIndex,FromIndexSize} for java.base
Reviewed-by: mchung, rriggs
|
2021-07-13 02:23:16 +00:00 |
|
Weijun Wang
|
6765f90250
|
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Reviewed-by: erikj, darcy, chegar, naoto, joehw, alanb, mchung, kcr, prr, lancea
|
2021-06-02 11:57:31 +00:00 |
|
Aleksey Shipilev
|
4ef7c67bc6
|
8263979: Cleanup duplicate check in Unicode.contains
Reviewed-by: prappo, alanb
|
2021-03-23 06:52:58 +00:00 |
|
Claes Redestad
|
433096a45e
|
8261744: Implement CharsetDecoder ASCII and latin-1 fast-paths
Reviewed-by: naoto, alanb
|
2021-02-19 15:05:25 +00:00 |
|
Philippe Marschall
|
2a406f3ce5
|
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Reviewed-by: dholmes, alanb, psandoz, kvn, egahlin
|
2020-09-30 20:05:07 +00:00 |
|
Ivan Gerasimov
|
cd589d8469
|
8234147: Avoid looking up standard charsets in core libraries
Reviewed-by: alanb
|
2019-12-01 15:29:37 -08:00 |
|
Andrew Leonard
|
0dbfc97c05
|
8231717: Improve performance of charset decoding when charset is always compactable
Reviewed-by: rriggs, redestad, alanb
|
2019-10-10 10:28:55 +01:00 |
|
Naoto Sato
|
28b972e5ce
|
8229960: Remove sun.nio.cs.map system property
Reviewed-by: alanb
|
2019-09-10 12:51:05 -07:00 |
|
Brian Burkhalter
|
69ca2e9e27
|
8220477: Channels.newWriter() does not close if underlying channel throws an IOException
Reviewed-by: alanb
|
2019-04-17 08:12:19 -07:00 |
|
Naoto Sato
|
1dc9d4d9cb
|
8216140: Correct UnicodeDecoder U+FFFE handling
Reviewed-by: rriggs
|
2019-01-11 14:24:23 -08:00 |
|
Claes Redestad
|
c40af49970
|
8201179: Regression due loading java.nio.charset.StandardCharsets during bootstrap
Reviewed-by: sherman, martin
|
2018-04-10 16:16:34 +02:00 |
|
Claes Redestad
|
48f96d897a
|
8201178: Remove sun.nio.cs.FastCharsetProvider
Reviewed-by: alanb
|
2018-04-09 13:35:19 +02:00 |
|
Martin Buchholz
|
4546512c19
|
8200310: Avoid charset lookup machinery in java.nio.charset.StandardCharsets
Reviewed-by: sherman, ulfzibis
|
2018-03-28 21:14:06 -07:00 |
|
Xueming Shen
|
46d5554295
|
8166339: Code conversion working behavior was changed for x-IBM834
Reviewed-by: coffeys
|
2018-01-31 08:42:59 -08:00 |
|
Xueming Shen
|
4f0ea9242f
|
8184947: ZipCoder performance improvements
Reviewed-by: martin, redestad
|
2017-12-13 07:51:57 -08:00 |
|
Erik Joelsson
|
3789983e89
|
8187443: Forest Consolidation: Move files to unified layout
Reviewed-by: darcy, ihse
|
2017-09-12 19:03:39 +02:00 |
|