* src/native/llni.h: Added macros for array handling.
[cacao.git] / src / threads /
2006-10-05 edwin* src/threads/native/threads.c (threads_attach_current_...
2006-10-05 twisti* src/native/jni.c (jni_attach_current_thread): New...
2006-10-05 twisti* src/native/jni.c (jni_init_localref_table): New function.
2006-10-04 edwin* src/threads/native/lock.c (lock_monitor_exit): Check...
2006-09-30 edwinMerged r5589 and r5590 from trunk:
2006-09-05 edwin* src/threads/native/lock.h (lock_monitor_enter): Retur...
2006-08-25 twisti* src/vm/exceptions.c (new_illegalmonitorstateexception...
2006-08-21 twisti* configure.ac (AC_CONFIG_FILES): Added
2006-07-31 twisti* src/native/vm/gnu_java_lang_management_VMThreadMXBean...
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-07-12 twisti* src/threads/Makefile.am: Added path to header.
2006-07-12 twisti* src/threads/none/.cvsignore: New file.
2006-07-12 twisti* src/threads/none/Makefile.am: New file.
2006-06-23 twisti* src/vm/string.c (javastring_toutf): Check for NULL...
2006-06-19 twisti* src/threads/native/threads.h (threadobject): Added pc.
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-06-06 motsesrc/native/vm/VMVirtualMachine.c (unregisterEvent)...
2006-05-31 edwin* src/vm/jit/show.h: New file.
2006-05-29 twisti* src/threads/native/critical.h (signal.h): Added,...
2006-05-26 twisti* src/vm/properties.c (properties_system_add): Changed
2006-05-25 twisti* vm/jit/intrp/intrp.h (global_sp): Added space, yeah...
2006-05-24 twisti* src/threads/native/threads.c (threads_startup_thread...
2006-05-23 motsesrc/vm/vm.c (vm_create): rename jvmti function calls
2006-05-22 twisti* src/vm/vm.c (vm_abort): New method.
2006-05-18 edwin* src/threads/native/lock.h, src/threads/native/lock...
2006-05-16 edwin* src/threads/native/lock.c: Fixed comment formatting.
2006-05-15 edwin* src/threads/native/lock.c (lock_record_remove_waiter...
2006-05-15 edwin* src/threads/native/lock.h, src/threads/native/lock.c
2006-05-15 edwin* src/threads/native/lock.h (lock_record_pool_header_t...
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-15 twisti* src/threads/native/threads.c (sem_init, sem_post...
2006-05-15 edwin* src/threads/native/lock.c (THIN_UNLOCKED): Abstracted...
2006-05-15 edwin* src/threads/native/lock.c: Added reference to thin...
2006-05-14 edwin* src/threads/native/lock.c: Thin lock implementation.
2006-05-14 edwin* src/threads/native/lock.c (lock_record_free_pools...
2006-05-14 edwin* src/threads/native/threads.c (threads_table_init...
2006-05-14 edwin* src/threads/native/threads.h, src/threads/native...
2006-05-14 edwin* src/threads/native/lock.c, src/threads/native/lock...
2006-05-14 edwin* src/threads/native/threads.c (threads_calc_absolute_t...
2006-05-13 edwin* src/threads/native/lock.c (lock_init_thread_lock_reco...
2006-05-13 edwin* src/threads/native/threads.c, src/threads/native...
2006-05-12 edwin* src/threads/native/threads.c: The Big Thread Cleanup...
2006-05-11 edwin* src/threads/native/threads.c (monitorExit): Added...
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-03 edwin* src/threads/native/threads.c (wakeWaiters): Renamed
2006-05-03 edwin* src/threads/native/threads.c (handleWaiter): Renamed...
2006-05-03 edwin* src/threads/native/threads.c (setPriority): Renamed to
2006-05-01 edwin* src/threads/native/threads.c: Cleanup and documentation.
2006-05-01 edwin* src/threads/native/threads.h (threads_sem_init):...
2006-05-01 edwin* src/threads/native/threads.c (threads_sem_wait):...
2006-04-27 twisti* src/vm/jit/stacktrace.h (STACKFRAMEINFO): Added paren...
2006-04-04 twisti* src/threads/native/threads.c (tablelock): Removed.
2006-03-21 motsemajor rework of jvmti. now we have three processes...
2006-03-06 twisti* src/vm/jit/powerpc/linux/Makefile.am (LIBS): Added...
2006-03-05 twisti* src/vm/vm.c (vm_call_method_intern): Removed.
2006-03-04 twisti* src/vm/global.h (jni_callblock): Removed.
2006-02-21 twisti* src/threads/native/threads.c (vm/vm.h): Added.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-12 edwin* src/threads/native/threads.c (threads_dump): Removed...
2006-02-12 edwin* src/threads/native/threads.c (allocLockRecordSimple...
2006-02-06 twisti* src/threads/native/threads.c, src/threads/native...
2006-02-06 edwin* src/threads/native/threads.c: Minor cleanup.
2006-02-06 edwin* src/threads/native/threads.c: Uncuddled `else`s and...
2006-02-06 edwin* src/threads/native/threads.c (allocLockRecordPool...
2006-02-05 stefan* src/threads/native/threads.h: waiting is correctly...
2006-02-05 stefan* src/threads/native/threads.c: Let's see if this impro...
2006-02-05 twisti* src/threads/none/: New.
2006-02-03 twisti* src/threads/native/threads.h (THREADOBJECT): Don...
2006-01-27 stefan* src/threads/native/threads.c: Removed a superfluous...
2006-01-27 stefan* src/threads/native/threads.c: Repaired thread_getself.
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-22 twisti* src/boehm-gc/.cvsignore, src/boehm-gc/include/.cvsignore,
2006-01-12 twisti* arch.h: Added.
2006-01-12 twisti* thread_addstaticcritical: Quick hack: #ifdef ENABLE_JIT
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION macro.
2006-01-03 twisti* Use new avl tree code.
2005-12-01 twisti* Removed vm/tables.h include.
2005-11-04 motsealmost all required function implemented - first integr...
2005-11-03 twisti* Finalizer thread changes.
2005-11-03 twisti* Some functions renamed.
2005-11-03 twisti* CHECK_MONITORSTATE: Check for lr == NULL, this is...
2005-10-12 twisti* nativethread: _dontfillinexceptionstacktrace, _thread...
2005-10-07 twisti* allocThreadStack: Renamed GCNEW to GCNEW_UNCOLLECTABLE.
2005-09-21 twisti* atomic_add, compare_and_swap: Generic implementation...
2005-09-21 twisti* Added interpreter stack stuff.
2005-09-21 twisti* nativethread: Added _global_sp for interpreter.
2005-07-28 twisti* Bug #5: tobj->info.next may be NULL, check that in...
2005-07-28 twisti* Bug #5: Don't print threads which are currently in...
2005-07-22 motsefix warning - bug #6
2005-07-20 motsefix build error - bug #6
2005-07-19 motseinitial support for jvmti
2005-07-04 twisti* thread_getself: implemented
2005-06-23 twisti* thread_dump: send SIGUSR1 to all threads, this maybe...
2005-06-20 stefanfixed a deadlock introduced by previous patch
2005-06-20 stefanlet's clear this up a bit
2005-06-20 stefanlet's clear this up a bit
2005-06-20 stefanreplaced one hack by another
2005-06-20 twisti* Started to implement thread_dump
2005-06-20 twisti* Added thread_dump
2005-06-13 twisti* Use load_class_bootstrap return value
next