[jdk8u-dev] Integrated: 8301332: [8u] Fix writing of test files after the cgroups v2 backport
    Severin Gehwolf 
    sgehwolf at openjdk.org
       
    Mon Jan 30 17:16: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?
This pull request has now been integrated.
Changeset: b4ee9f86
Author:    Severin Gehwolf <sgehwolf at openjdk.org>
URL:       https://git.openjdk.org/jdk8u-dev/commit/b4ee9f86a159a3b1969b31e1e77f438b8833cc40
Stats:     50 lines in 3 files changed: 0 ins; 0 del; 50 mod
8301332: [8u] Fix writing of test files after the cgroups v2 backport
Reviewed-by: andrew
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/252
    
    
More information about the jdk8u-dev
mailing list