On Fri, 2005-10-28 at 15:40 +0200, Mark Wielaard wrote:
> Interesting. What was the total running time before/after this patch?
I don't have the modified library anymore.
> Could you post your test program?
import java.io.*;
import java.util.*;
public class pread
{
public static void main(String args[]) throws Exception
{
Properties p = new Properties();
int i = 0;
while (i != args.length)
p.load (new FileInputStream (args[i++]));
}
}
AG
_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches