[infinispan-issues] [JBoss JIRA] (ISPN-3417) Typo in EquivalentConcurrentHashMapV8

Pedro Ruivo (JIRA) jira-events at lists.jboss.org
Mon Aug 26 12:06:26 EDT 2013


     [ https://issues.jboss.org/browse/ISPN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pedro Ruivo updated ISPN-3417:
------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done

    
> 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