You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Swapnil Bawaskar (JIRA)" <ji...@apache.org> on 2016/10/01 22:22:22 UTC

[jira] [Updated] (GEODE-1587) Replace AtomicInteger with AtomicIntegerFieldUpdater in AbstractIndex.java

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

Swapnil Bawaskar updated GEODE-1587:
------------------------------------
    Fix Version/s: 1.0.0-incubating

> 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)