[jdk8u-dev] RFR: 8301332: [8u] Fix writing of test files after the cgroups v2 backport [v3]
Andrew John Hughes
andrew at openjdk.org
Mon Jan 30 17:02:25 UTC 2023
On Mon, 30 Jan 2023 16:58:30 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?
>
> Severin Gehwolf has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains one additional commit since the last revision:
>
> 8301332: [8u] Fix writing of test files after the cgroups v2 backport
Marked as reviewed by andrew (Reviewer).
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/252
More information about the jdk8u-dev
mailing list