blob: a0e00a98c111d25c4d1ad0d29bf2fb29c8f10d5d (
plain)
| 1
2
3
4
5
6
7
8
9
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 ();
  }
}
 |