* src/vm/resolve.c (resolve_method_verifier_checks)
[cacao.git] / src / threads /
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
2005-05-31 twistiInclude OS_DIR.
2005-05-23 twistiKilled panic's.
2005-04-29 twistiAdded get_dummyLR.
2005-04-24 jowennmore stacktraces
2005-04-22 twistiUse some global variables (class_, utf_).
2005-04-03 edwinremoved the class hash and all functions identifying...
2005-04-02 edwinno more unloaded classinfos!
2005-03-30 twistiUse proper class load and link functions.
2005-03-05 twistiJust ignore some files.
2005-02-10 twisti#include "vm/stringlocal.h"
2005-02-10 twistiAdded THREADSPECIFIC define.
2004-12-21 twisti#include <pthread.h>
2004-12-16 motseadd check for lr != null to threadHoldsLock
2004-12-07 twistiGNU header update.
2004-12-06 twistiUse libtool to compile cacao libraries. We need to...
2004-12-03 twisti- build/dist/install changes
2004-12-03 twistiMade green threads work again.
2004-12-03 twisti- changed header define
2004-12-03 twisti- removed memset (NEW uses calloc)
2004-12-02 twistiMoved castinfo struct into asmpart.h.
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-30 twistiNew source tree.
2004-11-18 twistiRemoved unused include.
2004-11-17 twistiWarning fixes.
2004-11-12 twisti-ansi -pedantic fixes.
2004-11-05 twisti- added dumpinfo into threadobject
2004-10-30 motsemake sure threadobject->tid has always a non-zero value
2004-10-29 stefancompile fix
2004-08-05 stefanSome boring fixes (mainly protection against spurious...
2004-08-02 stefanholdsLock and MonitorState fix + slight optimization
2004-08-01 stefannew native threads
2004-08-01 stefancompatibility changes with new native threads
2004-07-21 twistiAdded #include "exceptions.h"
2004-06-30 twistiInclude options.h.
2004-06-30 twistiInclude dir fix.
2004-06-25 stefanno threads compile fix merged
2004-06-25 twisti- implemented some exceptions
2004-06-20 twistiAlso pass nanos to sleepThread function.
2004-06-20 twistiFixed include path.
2004-06-16 jowenna few finalizer testcases, old thread implementation...
2004-06-12 stefanThreads for IRIX
2004-06-11 stefanMore darwin-threads stuff
2004-05-28 twisti...and we should use it correctly ;-) Damn!
2004-05-28 twistiUse MNEW instead of malloc, removes warnings.
2004-05-19 stefanMacOSX threads working (somewhat)
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-19 stefancast_lock removed (using asm_getclassvalues_atomic...
2004-05-18 stefanRenamed loging to logging
2004-05-06 stefanbugfix
next