You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dick Cavender (Jira)" <ji...@apache.org> on 2019/09/26 18:05:09 UTC

[jira] [Closed] (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 ]

Dick Cavender closed GEODE-6696.
--------------------------------

> 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 Barrett
>            Assignee: Mario Ivanac
>            Priority: Minor
>              Labels: performance, pull-request-available
>             Fix For: 1.10.0
>
>          Time Spent: 2h
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)