Am Donnerstag, 27. Januar 2005 17:00 schrieb Dalibor Topic: > Dalibor Topic wrote: > > Hi all, > > > > I'm going through the list of differences between Kaffe and > > Classpath, and noticed that I've never merged in these files into > > Kaffe. > > > > Grepping around in Classpath sources, the two classes don't seem > > to be used anywhere. Would anyone object to me removing them from > > Classpath? > > The next two files on my list would be gnu.java.lang.MainThread and > gnu.java.lang.SystemClassLoader, which are also unused anywhere in > Classpath. SystemClassLoader is imported in VMClassLoader, but > doesn't actually get used anywhere in it.
MainThread is supposed to be used by the VMs. And I at least plan to write a patch to use it in jamvm. Michael -- Homepage: http://www.worldforge.org/ _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

