Re: RFR: 8273111: Default timezone should return zone ID if /etc/localtime is valid but not canonicalization on linux [v5]

2021-10-22 Thread Naoto Sato
On Tue, 19 Oct 2021 04:08:12 GMT, Wu Yan wrote: >> Hi, >> Please help me review the change to enhance getting time zone ID from >> /etc/localtime on linux. >> >> We use `realpath` instead of `readlink` to obtain the link name of >> /etc/localtime, because `readlink` can only read the value of

Integrated: 8273111: Default timezone should return zone ID if /etc/localtime is valid but not canonicalization on linux

2021-10-22 Thread Wu Yan
On Wed, 1 Sep 2021 06:45:26 GMT, Wu Yan wrote: > Hi, > Please help me review the change to enhance getting time zone ID from > /etc/localtime on linux. > > We use `realpath` instead of `readlink` to obtain the link name of > /etc/localtime, because `readlink` can only read the value of a symb

Integrated: 8198336: java/awt/FontMetrics/FontCrash.java fails in headless mode

2021-10-22 Thread Phil Race
On Wed, 20 Oct 2021 04:12:46 GMT, Phil Race wrote: > The code this test exercises is very obsolete. So this removes the test that > triggers it along with that code. This pull request has now been integrated. Changeset: 6523c558 Author:Phil Race URL: https://git.openjdk.java.net/jd