Stemmed from this PR: https://github.com/openjdk/jdk/pull/24838 After JEP 400, `file.encoding` is always UTF-8, so the test was never run. Using `native.encoding` is appropriate so that the intention of the initial test will hold. Tested on an English Windows in which the system locale is set to `Japanese(Japan)`, and confirmed it succeeded without SkippedException.
------------- Commit messages: - initial commit Changes: https://git.openjdk.org/jdk/pull/24881/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=24881&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8355558 Stats: 8 lines in 1 file changed: 5 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/24881.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/24881/head:pull/24881 PR: https://git.openjdk.org/jdk/pull/24881