[infinispan-issues] [JBoss JIRA] (ISPN-3417) Typo in EquivalentConcurrentHashMapV8
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Fri Aug 16 04:40:26 EDT 2013
Galder Zamarreño created ISPN-3417:
--------------------------------------
Summary: 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list