* src/threads/threads-common.c (threads_create_thread)
authortwisti <none@none>
Wed, 25 Apr 2007 11:47:15 +0000 (11:47 +0000)
committertwisti <none@none>
Wed, 25 Apr 2007 11:47:15 +0000 (11:47 +0000)
commit8f6e9d191f899c362290b33d61cec01ae95046de
tree1e6f5e488eb4d9e68198fa9d49ea84bc110d1396
parentc33d638711da28043324261cf4c6604500db26b3
* src/threads/threads-common.c (threads_create_thread)
[ENABLE_GC_BOEHM]: Use GCNEW_UNCOLLECTABLE.
(threads_start_javathread) [ENABLE_GC_BOEHM]: Likewise.

* src/threads/native/threads.c (threads_preinit) [ENABLE_GC_BOEHM]:
Likewise.
(threads_init): Removed resizing-of-threadobject code, we don't need
it anymore.
(threads_attach_current_thread) [ENABLE_GC_BOEHM]: Use
GCNEW_UNCOLLECTABLE.
(threads_detach_thread) [ENABLE_GC_BOEHM]: Use GCFREE.
src/threads/native/threads.c
src/threads/threads-common.c