You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2019/05/13 14:27:18 UTC

[activemq-artemis] 05/05: This closes #2645

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git

commit b25afc9efa04e3a05c1dbc7b7f4abf7546caad99
Merge: 2b3341d 49836ec
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon May 13 10:24:18 2019 -0400

    This closes #2645

 ...ashMap.java => SoftValueLongObjectHashMap.java} | 157 ++++++++++++---------
 .../artemis/core/paging/cursor/PageCache.java      |   4 +-
 .../core/paging/cursor/impl/LivePageCacheImpl.java |  11 +-
 .../core/paging/cursor/impl/PageCacheImpl.java     |  11 +-
 .../paging/cursor/impl/PageCursorProviderImpl.java |  15 +-
 .../paging/cursor/impl/PageSubscriptionImpl.java   |  67 ++++++---
 .../artemis/core/paging/impl/PagingStoreImpl.java  | 134 ++++++++++--------
 .../artemis/tests/unit/util/SoftValueMapTest.java  |  12 +-
 8 files changed, 243 insertions(+), 168 deletions(-)