You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Kuznetsov (JIRA)" <ji...@apache.org> on 2018/03/28 09:12:00 UTC

[jira] [Resolved] (IGNITE-7516) Get rid of org.jsr166.ConcurrentLinkedHashMap

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

Andrey Kuznetsov resolved IGNITE-7516.
--------------------------------------
    Resolution: Won't Fix

ConcurrentLinkedHashMap has no direct equivalent in modern Java standard libraries. It's a customized class from older Java versions. We can't replace it with some standard class due to performance reasons. 

This activity will be continued in smaller issues related to particular classes that use CLHM.

> Get rid of org.jsr166.ConcurrentLinkedHashMap
> ---------------------------------------------
>
>                 Key: IGNITE-7516
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7516
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Andrey Kuznetsov
>            Assignee: Andrey Kuznetsov
>            Priority: Major
>             Fix For: 2.5
>
>




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