Remove 3 unused HashMap's.
Reported here
https://mail.openjdk.java.net/pipermail/core-libs-dev/2021-September/081866.html
I did the similar PR to treetenbp and it was merged
https://github.com/ThreeTen/threetenbp/pull/155
-
Commit messages:
- [PATCH] Remove unused fields in ThaiBud
> 8274893: Update java.desktop classes to use try-with-resources
Andrey Turbanov has updated the pull request incrementally with two additional
commits since the last revision:
- 8274893: Update java.desktop classes to use try-with-resources
close nested resources too
- [PATCH] Use try-with
On Tue, 12 Oct 2021 06:16:00 GMT, Sergey Bylokhov wrote:
>> Andrey Turbanov has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - 8274893: Update java.desktop classes to use try-with-resources
>>close nested resources too
>> - [PATCH] U
On Mon, 11 Oct 2021 18:16:28 GMT, Naoto Sato wrote:
>> Wu Yan has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> replace realpath
>
> src/java.base/unix/native/libjava/TimeZone_md.c line 113:
>
>> 111: }
>> 112: }
>> 113:
>
> There a
On Mon, 11 Oct 2021 18:18:02 GMT, Naoto Sato wrote:
>> Wu Yan has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> replace realpath
>
> src/java.base/unix/native/libjava/path_util.h line 31:
>
>> 29: int collapsible(char *names);
>> 30: void
> 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 symbolic of
> link, not the canonicalized absolute p
On Wed, 13 Oct 2021 09:15:25 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
On Fri, 8 Oct 2021 21:07:32 GMT, Naoto Sato wrote:
>> Ichiroh Takiguchi has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> 8274544: Langtools command's usage were garbled on Japanese Windows
>
> BTW, does the PoC in the jshell bug report re
On Tue, 12 Oct 2021 21:10:12 GMT, Andrey Turbanov wrote:
> Remove 3 unused HashMap's.
> Reported here
> https://mail.openjdk.java.net/pipermail/core-libs-dev/2021-September/081866.html
> I did the similar PR to treetenbp and it was merged
> https://github.com/ThreeTen/threetenbp/pull/155
Marke
> 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 symbolic of
> link, not the canonicalized absolute p
10 matches
Mail list logo