Changes to runtime for read/write lock implementation
[IRC.git] / Robust / src / Benchmarks / Prefetch / MicroBenchmarks / MultiMCWritecommit.java
index ed7eb6e2e0cf8f9943067add83232ae72c957174..f2fd6003e100aab90005ba47c3e57f9cbc4c8fb1 100644 (file)
@@ -24,7 +24,6 @@ public class WriteArrayObj extends Thread {
     }
 
     Barrier.enterBarrier(barr);
-/*
     //Write into array elements
     Integer val;
     for(int j=0; j<10000; j++) {
@@ -35,7 +34,6 @@ public class WriteArrayObj extends Thread {
         }
       }
     }
-    */
   }
 
   public static void main(String[] args) {