[jdk8u-dev] RFR: 8049228: Improve multithreaded scalability of InetAddress cache [v5]

lusou-zhangquan duke at openjdk.org
Wed Aug 24 12:22:44 UTC 2022


On Mon, 22 Aug 2022 07:53:10 GMT, lusou-zhangquan <duke at openjdk.org> wrote:

>> Backport JDK-8049228 to improve multithreaded scalability of InetAddress cache
>> 
>> Backport-of 250fbb065a789a303d692d698c9b69117bf6cd2c
>
> lusou-zhangquan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Revert "8049228: Update copyright date"
>   
>   This reverts commit 68cb8d33f1172e6d50c28ef054d0a9b061770412.

> /summary 8049228: Improve multithreaded scalability of InetAddress cache 7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate
> 
> Reviewed-by: phh, andrew

I intended to update summary of this PR with this `summary` command before integrate, but it looks like not working as expected. And now jcheck failed with this error message:

Exception occurred during jcheck - the operation will be retried

Incorrectly formatted commit message: 8049228: Improve multithreaded scalability of InetAddress cache
7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate

8049228: Improve multithreaded scalability of InetAddress cache
7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime for more precise and accurate

Reviewed-by: phh, andrew

Reviewed-by: phh, Andrew

Is this my operation fault or jcheck bug? Could anybody help to solve this problem. Thanks a lot.

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

PR: https://git.openjdk.org/jdk8u-dev/pull/70


More information about the jdk8u-dev mailing list