RFR: 8275145: file.encoding system property has an incorrect value on Windows
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms. ------------- Commit messages: - 8275145: file.encoding system property has an incorrect value on Windows Changes: https://git.openjdk.java.net/jdk/pull/5953/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5953&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8275145 Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod Patch: https://git.openjdk.java.net/jdk/pull/5953.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/5953/head:pull/5953 PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Marked as reviewed by mchung (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Marked as reviewed by iris (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Marked as reviewed by rriggs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Marked as reviewed by alanb (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Please file a CSR for the change in behavior. ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
Filed a CSR: https://bugs.openjdk.java.net/browse/JDK-8275309 ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
On Thu, 14 Oct 2021 15:50:28 GMT, Naoto Sato <naoto@openjdk.org> wrote:
Fixing a regression in which `file.encoding` was initialized by `sprops->encoding` instead of `sprops->sun_jnu_encoding` on non macOS platforms. tier1-3 tests passed on all platforms.
This pull request has now been integrated. Changeset: ad9e234f Author: Naoto Sato <naoto@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/ad9e234f5ed61635f926618a40f453fe7b6b... Stats: 9 lines in 1 file changed: 8 ins; 0 del; 1 mod 8275145: file.encoding system property has an incorrect value on Windows Reviewed-by: mchung, iris, rriggs, alanb ------------- PR: https://git.openjdk.java.net/jdk/pull/5953
participants (6)
-
Alan Bateman
-
Iris Clark
-
Joe Darcy
-
Mandy Chung
-
Naoto Sato
-
Roger Riggs