Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5522

LIRS BoundedConcurrentHashMapv8 eviction for tree bin missing check

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      This was discovered at https://developer.jboss.org/message/932819?et=watches.email.thread

      The else if branch when a TreeBin is in place is missing a check to make sure eviction removal is only done if the value is non null.

      This line needs a

       if (pv != null) 

      check around this line

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: