You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2013/11/26 21:30:35 UTC

[jira] [Created] (HBASE-10032) [JD8] ConcurrentSkipListMap class size changed

Andrew Purtell created HBASE-10032:
--------------------------------------

             Summary: [JD8] ConcurrentSkipListMap class size changed
                 Key: HBASE-10032
                 URL: https://issues.apache.org/jira/browse/HBASE-10032
             Project: HBase
          Issue Type: Bug
            Reporter: Andrew Purtell
            Assignee: Andrew Purtell
            Priority: Trivial
             Fix For: 0.98.0


ConcurrentSkipListMap in JDK < 8 has as members an integer and 8 references. In JDK 8, this changes to 6 members only. We can accommodate this change by estimating the structure size rather than hardcoding it.



--
This message was sent by Atlassian JIRA
(v6.1#6144)