Garbage Collector should be invoked before each lap, in order to reduce the noise of objects from the previous lap being collected in another lap.
I placed an invokation to System.gc(); just before watch.start() on line 144 of Circuit class.
Though GC cannot be forced, this suggest the VM to do its best effort on collecting garbage. I think this invocation is a good idea because othewise I...
2009-10-19 06:50:52 UTC in PolePosition