]
Galder Zamarreño updated ISPN-3417:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Typo in EquivalentConcurrentHashMapV8
-------------------------------------
Key: ISPN-3417
URL:
https://issues.jboss.org/browse/ISPN-3417
Project: Infinispan
Issue Type: Bug
Reporter: Galder Zamarreño
Assignee: Mircea Markus
Priority: Minor
Fix For: 6.0.0.Beta1, 6.0.0.Final
Instead of:
{code}else if ((s | WAITER) = 0){code}
Should be:
{code}else if ((s & WAITER) = 0){code}
See discussion thread.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: