You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jacob S. Barrett (JIRA)" <ji...@apache.org> on 2019/04/23 05:26:00 UTC

[jira] [Updated] (GEODE-6696) Only create EntryEvenImpl.offHeapLock if off heap is in use.

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

Jacob S. Barrett updated GEODE-6696:
------------------------------------
    Labels: performance  (was: )

> Only create EntryEvenImpl.offHeapLock if off heap is in use.
> ------------------------------------------------------------
>
>                 Key: GEODE-6696
>                 URL: https://issues.apache.org/jira/browse/GEODE-6696
>             Project: Geode
>          Issue Type: Improvement
>            Reporter: Jacob S. Barrett
>            Priority: Major
>              Labels: performance
>
> Reduce allocation of unnecessary lock object if not using off heap storage.
> {{  private final Object offHeapLock = new Object();}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)