add debugs for now
authoradash <adash>
Tue, 23 Feb 2010 00:12:26 +0000 (00:12 +0000)
committeradash <adash>
Tue, 23 Feb 2010 00:12:26 +0000 (00:12 +0000)
Robust/src/Benchmarks/Recovery/Game/recovery/Barrier.java
Robust/src/Benchmarks/Recovery/Game/recovery/RainForest.java

index e99d8163267e47f73fcf0680be9123054af0ffa6..7178a87d2327b00c84810820c724af6fc50b3cdb 100644 (file)
@@ -51,7 +51,7 @@ public class Barrier extends Thread {
       if(!check) {
         int status = Thread.getStatus(i);
         if(status==-1) {//Thread is dead
-          System.out.println("DEBUG -> Dead\n");
+          //System.out.println("DEBUG -> Dead\n");
           continue;
         }
         int y;
index 9ddf7176cf0c585e9b3d6d0792fb66bb490f27ed..cfaf09c7e6fc5df4f0394e0af1cd07751825af4b 100644 (file)
@@ -81,7 +81,7 @@ public class RainForest extends Thread {
     //Do N rounds 
     //do one move per round and synchronise
     for(int i = 0; i<ROUNDS; i++) {
-      //System.out.println("iteration= " + i);
+      System.out.println("iteration= " + i);
       atomic {
         doOneMove(land, gamer);
       }