blob: a0e00a98c111d25c4d1ad0d29bf2fb29c8f10d5d [file] [log] [blame]
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 ();
}
}