Brian Burkhalter
922b12f30c
8344078: Remove security manager dependency in java.nio
...
Reviewed-by: alanb, rriggs
2024-11-18 19:17:14 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Archie Cobbs
1cc3586c53
8343551: Missing copyright header update in Charset-X-Coder.java.template
...
Reviewed-by: iris
2024-11-04 17:32:11 +00:00
Archie Cobbs
23fa1a3327
8343484: Remove unnecessary @SuppressWarnings annotations (nio)
...
Reviewed-by: alanb
2024-11-04 16:13:10 +00:00
Justin Lu
082125d61e
8340404: CharsetProvider specification updates
...
Reviewed-by: alanb, naoto
2024-09-27 18:26:08 +00:00
Justin Lu
5f3e7aa833
8339735: Remove references to Applet in core-libs/security APIs
...
Reviewed-by: coffeys, naoto, iris, rriggs, lancea, mullan
2024-09-19 16:18:37 +00:00
Joe Darcy
89c172ac47
8340082: Use inline return tag in java.base
...
Reviewed-by: iris, prappo, lancea, djelinski, naoto, liach
2024-09-13 16:49:28 +00:00
Joe Darcy
fbd15b2087
8325189
: Enable this-escape javac warning in java.base
...
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
2024-02-07 20:05:11 +00:00
Naoto Sato
d6d7bdc774
8319817: Charset constructor should make defensive copy of aliases
...
Reviewed-by: rriggs, alanb, bpb, iris, jpai
2023-11-20 17:31:58 +00:00
Pavel Rappo
5cc71f817f
8312089: Simplify and modernize equals, hashCode, and compareTo in java.nio and implementation code
...
Reviewed-by: alanb, vtewari
2023-07-17 22:27:48 +00:00
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
Brian Burkhalter
9fa8b9a4a6
8307409: Refactor usage examples to use @snippet in the java.nio packages
...
Reviewed-by: alanb, rriggs
2023-05-12 15:17:22 +00:00
Jonathan Gibbons
c6bd489cc8
8305206: Add @spec tags in java.base/java.* (part 1)
...
Reviewed-by: alanb, naoto, darcy, lancea, dfuchs, iris, mchung
2023-04-04 00:09:38 +00:00
Naoto Sato
e3855d0054
8304840: Dangling CharacterCodingException
in a few javadoc descriptions
...
Reviewed-by: alanb, iris, rriggs, jpai
2023-03-29 16:19:44 +00:00
Naoto Sato
f07decb74b
8272613: CharsetDecoder.decode(ByteBuffer) throws IllegalArgumentException
...
Reviewed-by: alanb, bpb
2023-03-29 16:08:57 +00:00
Glavo
5489c821dc
8302603: Use Set.of in java.nio.charset.Charset
...
Reviewed-by: stsypanov, alanb, naoto
2023-02-21 17:35:52 +00:00
Naoto Sato
323813985b
8300916: Re-examine the initialization of JNU Charset in StaticProperty
...
Reviewed-by: mchung, alanb
2023-01-30 17:06:44 +00:00
XenoAmess
e01cd7c3ed
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
...
Reviewed-by: naoto, bpb, dfuchs, ascarpino
2022-06-09 01:50:54 +00:00
Andrey Turbanov
6b9c15211e
8286366: (cs) Charset.put can use putIfAbsent instead of containsKey+put
...
Reviewed-by: alanb
2022-05-18 17:43:38 +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
Naoto Sato
168081efc8
8270490: Charset.forName() taking fallback default value
...
Reviewed-by: joehw, rriggs, serb, dfuchs
2021-10-27 12:39:46 +00:00
Pavel Rappo
b4b121018d
8273616: Fix trivial doc typos in the java.base module
...
Reviewed-by: jrose, iris, lancea, dfuchs, rriggs
2021-09-13 17:46:13 +00:00
Naoto Sato
7fc8540907
8260265: UTF-8 by Default
...
Reviewed-by: alanb, rriggs
2021-08-30 21:13:59 +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
Conor Cleary
a45733f840
8264779: Fix doclint warnings in java/nio
...
Reviewed-by: chegar, iris, alanb, naoto
2021-04-09 08:50:33 +00:00
Naoto Sato
96e5c3f1e0
8263890: Broken links to Unicode.org
...
Reviewed-by: redestad, joehw, iris
2021-03-19 21:48:36 +00:00
Naoto Sato
a34f48bcf5
8253832: CharsetDecoder : decode() mentioning CoderMalfunctionError behavior not as per spec
...
Reviewed-by: alanb
2020-10-06 12:35:52 +00:00
Ivan Gerasimov
53b2368d49
8241760: Typos: empty lines in javadoc, inconsistent indents, etc. (net and nio)
...
Reviewed-by: alanb, prappo, dfuchs
2020-03-30 13:59:16 -07:00
Naoto Sato
5fba45641e
8230531: API Doc for CharsetEncoder.maxBytesPerChar() should be clearer about BOMs
...
Reviewed-by: martin, alanb
2019-09-24 08:55:13 -07:00
Joe Darcy
9d764ee48e
8229997: Apply java.io.Serial annotations in java.base
...
Reviewed-by: alanb, rriggs
2019-08-29 16:31:34 -07:00
Ivan Gerasimov
500ed0a5a8
7061590: Javadoc issues in Charset and StandardCharsets
...
Reviewed-by: alanb, jjg
2019-05-23 13:48:16 -07:00
Ivan Gerasimov
1c9dfca05b
8210285: CharsetDecoder/Encoder's constructor does not reject NaN
...
Reviewed-by: sherman, smarks, alanb, martin, darcy
2018-09-06 12:10:59 -07: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
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
d4d8c255b2
8198966: To make CoderResult.Cache.cache final and allocate it eagerly
...
Reviewed-by: redestad
2018-03-04 00:32:53 -08:00
Xueming Shen
3a03cd060f
8187653: Lock in CoderResult.Cache becomes performance bottleneck
...
Reviewed-by: rriggs, alanb
2018-03-01 12:31:24 -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