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

Swapnil Bawaskar closed GEODE-1587.
-----------------------------------

> 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
>             Fix For: 1.0.0-incubating
>
>
> 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