Fix expected messages in test
[official-gcc.git] / libjava / testsuite / libjava.jvmti / getallthreads.h
blob7579892f3f7baa7e2af537e02a398717f2cbc696
1 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 #ifndef __getallthreads__
4 #define __getallthreads__
6 #pragma interface
8 #include <java/lang/Thread.h>
9 #include <gcj/array.h>
11 extern "Java"
13 class getallthreads;
16 class getallthreads : public ::java::lang::Thread
18 public:
19 getallthreads ();
20 static void do_getallthreads_tests ();
21 virtual void run ();
22 virtual void natPlaceholder ();
23 virtual void natRunner ();
24 virtual void placeholder ();
25 virtual void runner ();
26 static void main (JArray< ::java::lang::String *> *);
27 static jint thread_num;
28 static ::java::util::ArrayList *threads;
29 jint __attribute__((aligned(__alignof__( ::java::lang::Thread )))) ex_frames;
30 jboolean done;
32 static ::java::lang::Class class$;
35 #endif /* __getallthreads__ */