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

nabarun updated GEODE-1587:
---------------------------
    Summary: Replace AtomicInteger with AtomicIntegerFieldUpdater in 
AbstractIndex.java  (was: Replace AtomicInteger with AtomicIntegerFieldUpdater )

> Replace AtomicInteger with AtomicIntegerFieldUpdater in AbstractIndex.java
> --------------------------------------------------------------------------
>
>                 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