This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Fix JVMTI method signatures
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Thu, 21 Jun 2007 09:23:49 -0600
- Subject: Re: [RFA] Fix JVMTI method signatures
- References: <4679D04A.3010903@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> 2007-07-20 Keith Seitz <keiths@redhat.com>
Keith> * jvmti.cc (_Jv_JVMTI_GetMethodName): When computing the method's
Keith> signature, convert '.' into '/'.
Ok.
Tom