ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/DequeBash.java
(Generate patch)

Comparing jsr166/src/test/loops/DequeBash.java (file contents):
Revision 1.7 by jsr166, Tue Mar 15 19:47:05 2011 UTC vs.
Revision 1.9 by jsr166, Mon Nov 4 00:00:39 2013 UTC

# Line 37 | Line 37 | public class DequeBash {
37          return (t & 0x7fffffff);
38      }
39  
40 <    public static void main(String args[]) throws Exception {
40 >    public static void main(String[] args) throws Exception {
41          Class<?> cls = Class.forName(args[0]);
42          int n = 1000000;
43  
# Line 81 | Line 81 | public class DequeBash {
81              if ((i & 8191) == 0)
82                  testRemove(deque);
83  
84 <         }
84 >        }
85  
86          // Stupid tests for clear, toString
87          deque.clear();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines