You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/05/26 10:48:04 UTC

[jira] [Resolved] (CAMEL-11339) LRUCache - Optimise to use LongAdder instead of AtomicLong

     [ https://issues.apache.org/jira/browse/CAMEL-11339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-11339.
---------------------------------
    Resolution: Fixed

> LRUCache - Optimise to use LongAdder instead of AtomicLong
> ----------------------------------------------------------
>
>                 Key: CAMEL-11339
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11339
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Minor
>             Fix For: 2.20.0
>
>
> We are on Java 8 so we can use LongAdder for stat counters, which is better than AtomicLong.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)