This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA/JVMTI] GetMethodName


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]