Am Donnerstag, 27. Januar 2005 19:21 schrieb Dalibor Topic: > Michael Koch wrote: > > MainThread is supposed to be used by the VMs. > > Ok, but ... what is it supposed to be used for? :) > > The hacking guide doesn't mention it, so I'm curious what it is > made for.
It needs some fixes, then it can do what its name suggests: being the first thread created that executes the main method. Then the JVM dont have to handle this and the -jar handling anymore. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

