[RFA/JVMTI] GetMethodName
Andrew Haley
aph@redhat.com
Fri Jan 12 12:19:00 GMT 2007
Keith Seitz writes:
> Post-merge ping.
>
> Keith
>
> Keith Seitz wrote:
> > Hi,
> >
> > The attached patch implements most of the JVMTI call GetMethodName,
> > which has three uses. It can be used to fetch any of the method name,
> > method signature, and/or generic signature. I have not implemented the
> > last of these, since I believe there is no way to test this in the trunk
> > right now. [Is that correct? My simple generic testcases don't build
> > using trunk. Please correct me if I am mistaken.]
> >
> > Keith
> >
> > ChangeLog
> > 2006-11-07 Keith Seitz <keiths@redhat.com>
> >
> > * jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
> > (_Jv_JVMTI_Interface): Define GetMethodName.
> > * testsuite/libjava.jvmti/getmethodname.java: New file.
> > * testsuite/libjava.jvmti/natgetmethodname.cc: New file.
> > * testsuite/libjava.jvmti/getmethodname.out: New file.
OK. You now should now be able to test generic signatures as well.
Andrew.
More information about the Java-patches
mailing list