getmethodname.java 222 B

1234567891011
  1. public class getmethodname
  2. {
  3. public static native void do_getmethodname_tests ();
  4. public static void main (String[] args)
  5. {
  6. System.out.println ("JVMTI GetMethodName tests");
  7. do_getmethodname_tests ();
  8. }
  9. }