JDK-8276188 : Clarify "default charset" descriptions in String class
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 18
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2021-10-29
  • Updated: 2021-11-02
  • Resolved: 2021-11-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 18
18 masterFixed
Related Reports
CSR :  
Relates :  
Description
This is a left over document adjustment to `String` class, where several occurrences of "platform's default charset" appear. Instead, they should refer to `Charset.defaultCharset()` with the integration of JEP 400. Simply removing the word "platform's" should suffice, with @link to `defualtChaset()` method.
Comments
Changeset: 495c828a Author: Naoto Sato <naoto@openjdk.org> Date: 2021-11-02 16:08:11 +0000 URL: https://git.openjdk.java.net/jdk/commit/495c828ae95205885b091dde795b517ba332a2b1
02-11-2021