Vladimir Ozerov created IGNITE-2265:
---------------------------------------
Summary: 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)