> This is the continuation of JDK-8233884, JDK-8271456, and JDK-8272120.
>
> In many places standard charsets are looked up via their names, for example:
> absolutePath.getBytes("UTF-8");
>
> This could be done more efficiently(up to x20 time faster) with use of
> java.nio.charset.StandardCharse
On Wed, 7 Jul 2021 12:55:32 GMT, Ivan Šipka wrote:
>> @dfuch could you please review, thank you.
>
> Ivan Šipka has updated the pull request with a new target base due to a merge
> or a rebase. The pull request now contains seven commits:
>
> - 8263364: output
> - 8263364: removing surplus i