This patch refactor JDK internal charsets to initialize charset mapping data
lazily when needed via holder classes. This means both a startup improvement in
some cases, and possible throughput improvements for all DoubleByte-based
Charsets.
Testing: tier1-3
-
Commit messages:
- M
On Sun, 7 Feb 2021 19:08:18 GMT, Claes Redestad wrote:
> This patch refactor JDK internal charsets to initialize charset mapping data
> lazily when needed via holder classes. This means both a startup improvement
> in some cases, and possible throughput improvements for all DoubleByte-based
>