11 lines
222 B
Java
11 lines
222 B
Java
![]() |
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 ();
|
||
|
}
|
||
|
}
|