This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: replacing gnu.gcj.runtime.FirstThread
- From: Tom Tromey <tromey at redhat dot com>
- To: Michael Koch <konqueror at gmx dot de>
- Cc: java-patches at gcc dot gnu dot org
- Date: 03 Jul 2004 19:51:21 -0600
- Subject: Re: Patch: replacing gnu.gcj.runtime.FirstThread
- References: <200406022025.38522.konqueror@gmx.de>
- Reply-to: tromey at redhat dot com
>>>>> "Michael" == Michael Koch <konqueror@gmx.de> writes:
Michael> I got the idea to replace gnu.gcj.runtime.FirstThread by
Michael> gnu.java.lang.MainThread and merge this with GNU classpath as far as
Michael> possible. I wrote the attached patch to to this move. It only moves
Michael> and changes style a bit. No really semantic changes are done (yet).
Michael> Okay for mainline ?
I'm ambivalent about this, but if you want to do it, go ahead.
On irc you brought up the idea of unifying jar handling during
startup -- I like to hear concrete things like that :-)
Tom