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

Comparing jsr166/src/test/loops/DenseMapMicroBenchmark.java (file contents):
Revision 1.8 by jsr166, Fri Jan 2 16:57:15 2015 UTC vs.
Revision 1.9 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 70 | Line 70 | public class DenseMapMicroBenchmark {
70          }
71      }
72  
73
73      static Long[] toLongs(Integer[] ints) {
74          Long[] longs = new Long[ints.length];
75          for (int i = 0; i < ints.length; i++)
# Line 100 | Line 99 | public class DenseMapMicroBenchmark {
99          return doubles;
100      }
101  
103
102      static final class Hasher extends Job {
103          final Object[] elts;
104          final Class<?> mapClass;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines