[infinispan-issues] [JBoss JIRA] (ISPN-3417) Typo in EquivalentConcurrentHashMapV8
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Aug 26 06:59:26 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799131#comment-12799131 ]
Galder Zamarreño commented on ISPN-3417:
----------------------------------------
Fix in ISPN-3418 is incomplete, only test class was fixed. This still needs fixing in EquivalentCHMv8.
> 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