On Thu, 27 Jan 2005 19:21:34 +0100, Dalibor Topic <[EMAIL PROTECTED]> wrote: > 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. >
Well, it basically finds the command-line class and main method, and invokes it using reflection. I didn't use it because it's only a couple of lines of C in the VM anyway (it'll take as much to invoke <init> on MainThread). Rob. > cheers, > dalibor topic > > > _______________________________________________ > Classpath mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/classpath > _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

