This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
[pardon the top post]
Ping.
If anyone has a system other than x86 linux, powerpc darwin, or x86 cygwin an can test this patch (it doesn't take much time to rebuild boehm-gc and libjava), I would be very, very grateful...
Index: include/gc.h
===================================================================
--- include/gc.h (revision 115072)
+++ include/gc.h (working copy)
@@ -1036,18 +1036,35 @@
# include "gc_local_alloc.h"
#endif
+ /* External thread suspension support. These functions do not
+ * implement suspension counts or any other higher-level abstraction.
+ * Threads which have been suspended numerous times will resume with
+ * the very first call to GC_resume_thread.
+ */
+#if defined(GC_DARWIN_THREADS)
+ typedef thread_act_t GC_thread_t; +#elif defined(GC_SOLARIS_PTHREADS)
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |