[jdk8u-dev] RFR: 8049228: Improve multithreaded scalability of InetAddress cache [v5]
Severin Gehwolf
sgehwolf at openjdk.org
Wed Aug 24 12:22:45 UTC 2022
On Wed, 24 Aug 2022 02:37:23 GMT, lusou-zhangquan <duke at openjdk.org> wrote:
> > /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.
Don't set the commit message like that using `/summary`. What you want is `/issue add`. `Reviewed-by` fields are set by the bots based on the approving reviewers, so it's no surprise it didn't like that. That being said, for all intents an purposes what the bot suggested in https://github.com/openjdk/jdk8u-dev/pull/70#issuecomment-1188121988 pretty much matches what you want, no? What is it that you want to achieve exactly?
-------------
PR: https://git.openjdk.org/jdk8u-dev/pull/70
More information about the jdk8u-dev
mailing list