This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Fix ReferenceType.ClassLoader
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 20 Apr 2007 10:44:26 -0600
- Subject: Re: [RFA/JDWP] Fix ReferenceType.ClassLoader
- References: <461CEAC5.3020106@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Finally going through my java-patches backlog.
Kyle> 2007-04-11 Kyle Galloway <kgallowa@redhat.com>
Kyle> * gnu/classpath/jdwp/VMIdManager.java (getObjectId): Deal with
Kyle> null objects.
Kyle> (get): Deal with ObjectId of 0.
This went in with the big JDWP merge, right?
Tom