From naoto.sato at oracle.com Mon Jun 8 21:06:43 2020 From: naoto.sato at oracle.com (naoto.sato at oracle.com) Date: Mon, 8 Jun 2020 14:06:43 -0700 Subject: [15] RFR: 8246662: Test java/time/test/java/time/format/TestUnicodeExtension.java failed on japanese locale. Message-ID: <89a24fb8-67e1-9c80-51f2-a6f41ec2c909@oracle.com> Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8246662 The proposed changeset is located at: https://cr.openjdk.java.net/~naoto/8246662/webrev.00/ This is a regression caused by the fix to JDK-8244245, where the locale related fields in the formatter are now overridden by localizedBy() method. It was only comparing the locale object for the fast path, but it was not sufficient. Naoto From naoto.sato at oracle.com Wed Jun 10 19:49:32 2020 From: naoto.sato at oracle.com (naoto.sato at oracle.com) Date: Wed, 10 Jun 2020 12:49:32 -0700 Subject: RFR: 8246721: java/util/Locale/LocaleProvidersRun.java failed on Windows platforms. Message-ID: <5961e38a-3af0-3e7a-342a-9bf4d46e0a67@oracle.com> Hello, Please review the fix to the following issue: https://bugs.openjdk.java.net/browse/JDK-8246721 The proposed changeset is located at: http://cr.openjdk.java.net/~naoto/8246721/webrev.00/ The test has been modified to deal with double quotes in string arguments consistently across platforms, by explicitly specifying the system property accordingly. Naoto