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

Comparing jsr166/src/test/loops/ThreadPhaserJacobi.java (file contents):
Revision 1.8 by jsr166, Tue Mar 15 19:47:06 2011 UTC vs.
Revision 1.9 by jsr166, Thu Jan 15 18:34:19 2015 UTC

# Line 99 | Line 99 | public class ThreadPhaserJacobi {
99              barrier.register();
100          }
101  
102
102          public void run() {
103              try {
104                  double[][] a = A;
# Line 138 | Line 137 | public class ThreadPhaserJacobi {
137  
138      }
139  
141
140      static class Driver {
141          double[][] A; // matrix to get old values from
142          double[][] B; // matrix to put new values into
# Line 206 | Line 204 | public class ThreadPhaserJacobi {
204              System.out.println("Max diff after " + steps + " steps = " + maxd);
205          }
206      }
209
210
207   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines