The fragment of code that runs much slower is :
If you take those 8 lines of code and put them into a standalone Java program (by, say, changing the assert() to a println()), and run the standalone Java program on your two machines, do you observe the same discrepancy in run times? thanks, bryan
