Bug fix. Now the SPECjbb2005 can run with small workload that does not invoke gc
[IRC.git] / Robust / src / ClassLibrary / MGC / gnu / Properties.java
index e71684aa25ef14bb3c0fa064ab470cd3ca4e0feb..7dc2d4b0df68fc1a9e57a3e61bb6fa2a98aab1b1 100644 (file)
@@ -359,7 +359,7 @@ label   = Name:\\u0020</pre>
   public void load(InputStream inStream) throws IOException
   {
     //load(new InputStreamReader(inStream, "ISO-8859-1"));
-    System.println("Properties.load(InputStream) invoked");
+    //TODO System.println("Properties.load(InputStream) invoked");
   }
 
   /**