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

Comparing jsr166/src/test/loops/UnboundedQueueFillEmptyLoops.java (file contents):
Revision 1.11 by jsr166, Wed Dec 31 17:00:58 2014 UTC vs.
Revision 1.12 by jsr166, Sun Oct 23 03:03:24 2016 UTC

# Line 45 | Line 45 | public class UnboundedQueueFillEmptyLoop
45      }
46  
47      static void oneRun(Class<?> klass, int n) throws Exception {
48 <        Queue<Integer> q = (Queue<Integer>) klass.newInstance();
48 >        Queue<Integer> q =
49 >            (Queue<Integer>) klass.getConstructor().newInstance();
50          int sum = total;
51          int m = rng.nextInt(numbers.length);
52          long startTime = System.nanoTime();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines