Jacob S. Barrett created GEODE-6696: ---------------------------------------
Summary: 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 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)