On Mon, 17 Apr 2023 17:47:04 GMT, Peter Hofer <pho...@openjdk.org> 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 Hofer <pho...@openjdk.org>
Committer: Naoto Sato <na...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/20b1d19d26a039b963590ca6f806f78a4a94c25f
Stats:     51 lines in 1 file changed: 18 ins; 14 del; 19 mod

8305746: InitializeEncoding should cache Charset object instead of charset name

Reviewed-by: naoto

-------------

PR: https://git.openjdk.org/jdk/pull/13499

Reply via email to