getmethodname.h: New file.

* testsuite/libjava.jvmti/getmethodname.h: New file.
        * testsuite/libjava.jvmti/getmethodname.jar: New file.

From-SVN: r121436
This commit is contained in:
Keith Seitz 2007-01-31 20:51:54 +00:00 committed by Keith Seitz
parent 15b16eb559
commit 9af2f1d8eb
3 changed files with 32 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-01-31 Keith Seitz <keiths@redhat.com>
* testsuite/libjava.jvmti/getmethodname.h: New file.
* testsuite/libjava.jvmti/getmethodname.jar: New file.
2007-01-31 Andrew Haley <aph@redhat.com>
* prims.cc (_Jv_Abort): fflush (stderr).

View File

@ -0,0 +1,27 @@
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __getmethodname__
#define __getmethodname__
#pragma interface
#include <java/lang/Object.h>
#include <gcj/array.h>
extern "Java"
{
class getmethodname;
}
class getmethodname : public ::java::lang::Object
{
public:
getmethodname();
static void do_getmethodname_tests();
static void main(JArray< ::java::lang::String * > *);
static ::java::lang::Class class$;
};
#endif // __getmethodname__

Binary file not shown.