RFR: 8333427: langtools/tools/javac/newlines/NewLineTest.java is failing on Japanese Windows [v2]

KIRIYAMA Takuya duke at openjdk.org
Wed Nov 6 01:23:31 UTC 2024


> I fixed to get Charset from native.encoding instead of Charset.defaultCharset() when reading a file to which the output of javac run in the test was redirected.
> The modified code is based on the alternatives given in JEP400.
> I verified that the test passed on Windows in both Japanese and English locales with this fix.

KIRIYAMA Takuya has updated the pull request incrementally with one additional commit since the last revision:

  Update full name

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/19519/files
  - new: https://git.openjdk.org/jdk/pull/19519/files/3f2a5e2f..c6ee9e0e

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=19519&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=19519&range=00-01

  Stats: 0 lines in 0 files changed: 0 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/19519.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/19519/head:pull/19519

PR: https://git.openjdk.org/jdk/pull/19519


More information about the compiler-dev mailing list