This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Overview of interpreted debugging design
>> - Is there code that can/should be in classpath, and if so should we
>> try to do that first in order to avoid renaming everything later.
Keith> It might be able to go into classpath. I'm hoping to make a back-end
Keith> which is independent of the VM, but, of course, I don't actually *know*
Keith> that this is possible. I just think it is.
Keith> If it _is_ possible, then the next logical question is: does classpath
Keith> want such functionality or even want this version of it?
We will have to ask on the Classpath list.
Of the parts you posted, which involve libgcj-specific code and which
are less dependent?
Keith> Ah, yes. There are changes. Some will be non-trivial. The most invasive
Keith> parts are all event notifications and thread handling. I'll be looking
Keith> for extra eyes on this stuff.
Ok, great.
Tom