This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] JDWP VMMethod::getVariableTable
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 05 Mar 2007 06:22:07 -0700
- Subject: Re: [RFA] JDWP VMMethod::getVariableTable
- References: <45DDDDCF.1050802@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> The CHECK_INTERP_CLASS macro ensures that the class of the
Kyle> method is interpreted.
I think getLineTable should be updated to use the new macro.
Kyle> + String *msg = reinterpret_cast<String *> (JvNewStringUTF (error));
I think you shouldn't need the cast here.
Aside from these, this is ok. Thanks.
Tom