[jdk8u-dev] RFR: 8301332: [8u] Fix writing of test files after the cgroups v2 backport
Severin Gehwolf
sgehwolf at openjdk.org
Mon Jan 30 16:02:25 UTC 2023
On Mon, 30 Jan 2023 10:11:11 GMT, Severin Gehwolf <sgehwolf at openjdk.org> wrote:
> Please review this trivial refactoring of test files. It fixes usages of `Files.write(..., String.getBytes())` to `Files.write(..., String.getBytes(StandardCharsets.UTF-8))`. Affected files don't contain non-ascii content, but it's a good cleanup to do anyway.
>
> Testing:
> - [x] Tests compile, run and pass (as before)
>
> Thoughts?
Thanks for the review and approval!
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/252
More information about the jdk8u-dev
mailing list