ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/extra/ReadMostlyVector.java
(Generate patch)

Comparing jsr166/src/jsr166e/extra/ReadMostlyVector.java (file contents):
Revision 1.19 by jsr166, Sat Dec 31 06:21:46 2011 UTC vs.
Revision 1.20 by jsr166, Sat Dec 31 18:48:47 2011 UTC

# Line 686 | Line 686 | public class ReadMostlyVector<E>
686                      if (lock.getSequence() != seq) {
687                          lock.lock();
688                          try {
689 <                            return rawLastIndexOf(o, 0, count);
689 >                            return rawLastIndexOf(o, count, 0);
690                          } finally {
691                              lock.unlock();
692                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines