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

LIRS BoundedConcurrentHashMapv8 eviction for tree bin missing check

    XMLWordPrintable

Details

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              wburns@redhat.com Will Burns
              wburns@redhat.com Will Burns
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: