This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JDWP] Fix ReferenceType.sourceFile
- 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:45:54 -0600
- Subject: Re: [RFA/JDWP] Fix ReferenceType.sourceFile
- References: <461D1800.9050106@redhat.com>
- Reply-to: tromey at redhat dot com
Kyle> 2007-04-11 Kyle Galloway <kgallowa@redhat.com>
Kyle> * gnu/classpath/jdwp/natVMVirtualMachine.cc (getSourceFile): Check
Kyle> for null source file and throw an exception indicating this.
The final version of this is ok. Thanks.
Tom