From 40d7cd0fd78fe2004e2a53c4618c148339b02733 Mon Sep 17 00:00:00 2001 From: Jing Yu Date: Mon, 19 Dec 2011 16:56:54 -0800 Subject: Add gcc-4.6. Synced to @180989 Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile --- .../testsuite/libjava.jvmti/getallthreads.h | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 gcc-4.6/libjava/testsuite/libjava.jvmti/getallthreads.h (limited to 'gcc-4.6/libjava/testsuite/libjava.jvmti/getallthreads.h') diff --git a/gcc-4.6/libjava/testsuite/libjava.jvmti/getallthreads.h b/gcc-4.6/libjava/testsuite/libjava.jvmti/getallthreads.h new file mode 100644 index 000000000..7579892f3 --- /dev/null +++ b/gcc-4.6/libjava/testsuite/libjava.jvmti/getallthreads.h @@ -0,0 +1,35 @@ +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __getallthreads__ +#define __getallthreads__ + +#pragma interface + +#include +#include + +extern "Java" +{ + class getallthreads; +} + +class getallthreads : public ::java::lang::Thread +{ +public: + getallthreads (); + static void do_getallthreads_tests (); + virtual void run (); + virtual void natPlaceholder (); + virtual void natRunner (); + virtual void placeholder (); + virtual void runner (); + static void main (JArray< ::java::lang::String *> *); + static jint thread_num; + static ::java::util::ArrayList *threads; + jint __attribute__((aligned(__alignof__( ::java::lang::Thread )))) ex_frames; + jboolean done; + + static ::java::lang::Class class$; +}; + +#endif /* __getallthreads__ */ -- cgit v1.2.3