On Mon, 17 Apr 2023 17:47:04 GMT, Peter Hofer wrote:
> Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)` and
> `String.getBytes(Charset)` instead of passing the charset name.
This pull request has now been integrated.
Changeset: 20b1d19d
Author: Peter
On Wed, 19 Apr 2023 07:08:53 GMT, Peter Hofer wrote:
>> Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)`
>> and `String.getBytes(Charset)` instead of passing the charset name.
>
> Peter Hofer has updated the pull request with a new target base due
> Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)` and
> `String.getBytes(Charset)` instead of passing the charset name.
Peter Hofer has updated the pull request with a new target base due to a merge
or a rebase. The incremental webrev excludes the unrelated c
On Tue, 18 Apr 2023 21:04:05 GMT, Naoto Sato wrote:
>> Peter Hofer has updated the pull request with a new target base due to a
>> merge or a rebase. The pull request now contains one commit:
>>
>> 8305746: InitializeEncoding should cache Charset object instead of
> Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)` and
> `String.getBytes(Charset)` instead of passing the charset name.
Peter Hofer has updated the pull request with a new target base due to a merge
or a rebase. The pull request now contains one commit:
8
On Mon, 17 Apr 2023 17:47:04 GMT, Peter Hofer wrote:
> Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)` and
> `String.getBytes(Charset)` instead of passing the charset name.
@naotoj please find here my changes to `InitializeEncoding`.
-
PR Comment:
Store `Charset` object in `jnuEncoding` and use `String(byte[], Charset)` and
`String.getBytes(Charset)` instead of passing the charset name.
-
Commit messages:
- 8305746: InitializeEncoding should cache Charset object instead of charset
name
Changes: https://git.openjdk.org/jdk/p