did we just ignore the static field modifier before? How did OOOJ or DOJ work with...
authorjjenista <jjenista>
Wed, 11 May 2011 17:41:51 +0000 (17:41 +0000)
committerjjenista <jjenista>
Wed, 11 May 2011 17:41:51 +0000 (17:41 +0000)
Robust/src/Benchmarks/oooJava/labyrinth/Labyrinth.java

index c350075aa2e1799450f50462bcd390f5058f79f9..bd7e7e6a147083f2da6aed21efd4105b97d874bc 100644 (file)
 
 public class Labyrinth 
 {
-static  String global_inputFile;
-static   boolean global_doPrint;
+  // jjenista -- not sure what is going with static fields in the general
+  // compiler, let alone disjoint/pointer/OOOJ/DOJ
+  /*static*/  String global_inputFile;
+  /*static*/  boolean global_doPrint;
+
     int numThread;
     int bendCost;
     int xCost;