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

Typo in EquivalentConcurrentHashMapV8

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 6.0.0.Alpha4, 6.0.0.CR1
    • None
    • None
    • None

      Instead of:

      else if ((s | WAITER) = 0)

      Should be:

      else if ((s & WAITER) = 0)

      See discussion thread.

            mircea.markus Mircea Markus (Inactive)
            rh-ee-galder Galder ZamarreƱo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: