jvmti.cc (_Jv_JVMTI_GetMethodName): New function.
* 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.
From-SVN: r121179
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
public class getmethodname
|
||||
{
|
||||
public static native void do_getmethodname_tests ();
|
||||
|
||||
public static void main (String[] args)
|
||||
{
|
||||
System.out.println ("JVMTI GetMethodName tests");
|
||||
do_getmethodname_tests ();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user