mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
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 ();
|
||
|
}
|
||
|
}
|