[ 
https://issues.apache.org/jira/browse/IGNITE-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15071201#comment-15071201
 ] 

Andrey Kornev commented on IGNITE-2265:
---------------------------------------

Vladimir,

Just out of curiosity (and for educational purposes) could you please provide 
some example(s) which demonstrate the benefit of such refactoring?

Thanks
Andrey

> Replace Atomic* variables with field updaters.
> ----------------------------------------------
>
>                 Key: IGNITE-2265
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2265
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: general
>    Affects Versions: ignite-1.4
>            Reporter: Vladimir Ozerov
>            Assignee: Vladimir Ozerov
>             Fix For: 1.6
>
>
> Field updaters must be used instaed of the following classes:
> 1) AtomicInteger
> 2) AtomicLong
> 3) AtomicReference
> 4) If AtomicBoolean is met in some hot spaces, it must be replaced with (int 
> + updater) pair. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to