nabarun created GEODE-1587:
------------------------------

             Summary: Replace AtomicInteger with AtomicIntegerFieldUpdater 
                 Key: GEODE-1587
                 URL: https://issues.apache.org/jira/browse/GEODE-1587
             Project: Geode
          Issue Type: Bug
            Reporter: nabarun


Use of Atomic Integer instead of volatile int resulted in an increase in the 
memory overhead per index entry by 8 bytes. It is suggested that use of 
AtomicIntegerFieldUpdater for atomic operations on a volatile int results in a 
decrease in the memory overhead per index entry.




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

Reply via email to