[RFA/JVMTI] GetMethodName
Keith Seitz
keiths@redhat.com
Tue Nov 7 22:58:00 GMT 2006
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: getmethodname.patch
Type: text/x-patch
Size: 7923 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20061107/bb58f6ff/attachment.bin>
More information about the Java-patches
mailing list