Commit 9af2f1d8 by Keith Seitz Committed by Keith Seitz

getmethodname.h: New file.

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

From-SVN: r121436
parent 15b16eb5
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).
......
// 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__
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment