RFR JDK-8049228: Improve multithreaded scalability of InetAddress cache (was: RFR JDK-7186258: InetAddress$Cache should replace currentTimeMillis with nanoTime (+more))

Martin Buchholz martinrb at google.com
Thu Jul 3 17:37:41 UTC 2014


On Thu, Jul 3, 2014 at 3:12 AM, Peter Levart <peter.levart at gmail.com> wrote:

> On 07/01/2014 10:04 PM, Martin Buchholz wrote:
>
>> I haven't looked at the patch, but generally ... all uses of
>> currentTimeMillis to measure elapsed time should be migrated to use
>> difference of two nanoTime values, and such a change should be done
>> independently of other changes.
>>
>
> I have filed a RFE that is more suitable for this change:
>
>     https://bugs.openjdk.java.net/browse/JDK-8049228
>
> So, is it strictly necessary to fix JDK-7186258 alone before applying the
> change for JDK-8049228 although it would supersede it?
>

I'm just an interested observer for this change, not a reviewer.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/net-dev/attachments/20140703/aabba8e9/attachment-0001.html>


More information about the net-dev mailing list