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:
parent
15b16eb559
commit
9af2f1d8eb
@ -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>
|
2007-01-31 Andrew Haley <aph@redhat.com>
|
||||||
|
|
||||||
* prims.cc (_Jv_Abort): fflush (stderr).
|
* prims.cc (_Jv_Abort): fflush (stderr).
|
||||||
|
27
libjava/testsuite/libjava.jvmti/getmethodname.h
Normal file
27
libjava/testsuite/libjava.jvmti/getmethodname.h
Normal 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__
|
BIN
libjava/testsuite/libjava.jvmti/getmethodname.jar
Normal file
BIN
libjava/testsuite/libjava.jvmti/getmethodname.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user