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 (); } }