* src/mm/cacao-gc/gc.h (list_gcref_entry_t): Renamed type to reftype.
authormichi <none@none>
Tue, 21 Aug 2007 10:20:33 +0000 (10:20 +0000)
committermichi <none@none>
Tue, 21 Aug 2007 10:20:33 +0000 (10:20 +0000)
commit06f8a7e528f7c619f55e0ea42f60091095f71383
tree1ae4de62d4bcc62e10b9545196bd324d47d79e96
parent37ab520233737e559a77256e7779b170d33b18b3
* src/mm/cacao-gc/gc.h (list_gcref_entry_t): Renamed type to reftype.
[!ENABLE_HANDLES]: Added development break.

* src/mm/cacao-gc/gc.c (gc_reference_register): Added reftype to arguments.

* src/mm/gc-common.h: Added reftype defines.
* src/mm/cacao-gc/rootset.h: Removed reftype defines.

* src/mm/cacao-gc/rootset.c: Adapted to changes.

* src/vmcore/loader.c (loader_hashtable_classloader_add): Pass reftype to GC.
* src/native/jni.c (_Jv_JNI_NewGlobalRef): Likewise.
* src/threads/native/threads.c (threads_init): Likewise.
* src/threads/threads-common.c (threads_thread_new): Likewise.
(threads_thread_print_info) [WITH_CLASSPATH_GNU]: Fixed thread name printing.

* src/cacaoh/dummy.c (gc_reference_register): Adapted dummy function to new sig.

--HG--
branch : exact-gc
src/cacaoh/dummy.c
src/mm/cacao-gc/gc.c
src/mm/cacao-gc/gc.h
src/mm/cacao-gc/rootset.c
src/mm/cacao-gc/rootset.h
src/mm/gc-common.h
src/native/jni.c
src/threads/native/threads.c
src/threads/threads-common.c
src/vmcore/loader.c