src/vm/vm.c (vm_create): rename jvmti function calls
[cacao.git] / src / native / vm /
2006-05-23 motsesrc/vm/vm.c (vm_create): rename jvmti function calls
2006-05-15 edwin* src/threads/native/lock.h, src/threads/native/lock.c
2006-05-15 twisti* src/vm/hashtable.h,
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 twisti* src/native/vm/VMClassLoader.c (nativeGetResources...
2006-05-06 motse* src/vm/vm.c (vm_create): make agentlib/agentpath...
2006-05-06 edwin* src/native/vm/VMRuntime.c
2006-05-06 edwin* src/native/vm/VMClassLoader.c
2006-05-06 edwin* src/native/vm/VMClassLoader.c
2006-05-05 edwin* src/vm/utf8.h, src/vm/utf8.c: The Big utf_* Renaming.
2006-05-05 edwin* src/vm/string.c, src/vm/stringlocal.h (java_string_ne...
2006-05-05 edwin* src/vm/utf8.c, src/vm/utf8.h (utf_strlen): Renamed to
2006-04-27 twisti* src/native/vm/VMSystemProperties.c (preInit): Append...
2006-04-25 edwin* src/native/vm/VMSystemProperties.c
2006-04-25 edwin* src/vm/options.h, src/vm/options.c (getloadingtime...
2006-04-24 edwin* src/vm/global.h (ACC_CLASS_REFLECT_MASK): Added.
2006-04-21 edwin* src/vm/jit/stacktrace.c (stacktrace_getClassContext...
2006-04-04 twisti* src/native/vm/VMClass.c: Reordered methods like in the
2006-03-28 twisti* src/native/vm/VMClassLoader.c (loadClass): Smaller...
2006-03-28 twisti* src/native/native.c (dummynativetable): Renamed getMo...
2006-03-21 motsemajor rework of jvmti. now we have three processes...
2006-03-16 twisti* src/vm/jit/tools/Makefile.am, src/vm/jit/verify/Makef...
2006-03-13 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getCo...
2006-03-13 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getSu...
2006-03-10 twisti* src/native/vm/VMRuntime.c (vm/options.h): Added.
2006-03-07 twisti* src/native/vm/VMClassLoader.c (nativeGetResources...
2006-03-07 twisti* src/vm/vm.c (usage): Small change.
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-03-03 twisti* src/vm/linker.c (link_class_intern): Handle miranda...
2006-03-01 twisti* src/vm/options.c: Renamed runverbose to opt_verbosecall.
2006-02-21 twisti* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-12 edwin* src/native/vm/VMClass.c (Java_java_lang_VMClass_getDe...
2006-02-12 edwin* src/native/vm/VMClassLoader.c (vim boilerplate):...
2006-02-12 edwin* src/vm/classcache.c (classcache_store): Made classcac...
2006-02-12 twisti* src/native/vm/VMClass.c (getDeclaredMethods): Set...
2006-02-04 twisti* src/vm/jit/stacktrace.c (stacktrace_add_entry): Reall...
2006-02-03 twisti* src/native/vm/VMRuntime.c (nativeLoad): #ifdef ENABLE...
2006-02-03 twisti* src/vm/jit/stacktrace.c, src/vm/jit/stacktrace.h
2006-01-27 twisti* src/native/vm/VMSystemProperties.c (preInit): Don...
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-20 twisti* src/native/jni.c (fill_callblock_from_objectarray...
2006-01-17 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Renamed
2006-01-16 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Use...
2006-01-15 twisti* Java_gnu_classpath_VMSystemProperties_preInit: Set...
2006-01-14 edwin* src/native/vm/Method.c (invokeNative): check class...
2006-01-12 twisti* vm/options.h: Added.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION_INT macro.
2006-01-10 twisti* exceptions_throw_nullpointerexception: Use this function.
2006-01-10 twisti* exceptions_throw_nullpointerexception,
2006-01-10 twisti* exceptions_throw_nullpointerexception,
2006-01-02 twisti* Fixed ltdl.h include path.
2005-12-22 twisti* cacao/cacao.h: Removed.
2005-12-22 twisti* properties.[ch]: Added, moved the commandline propert...
2005-12-22 twisti* STATISTICS: Renamed to ENABLE_STATISTICS.
2005-12-20 twisti* defineClass: Don't check for cl == NULL, this is ok.
2005-12-11 twisti* nativeGetResources: New zip code changes.
2005-12-05 twisti* Replaced c->loaded and c->linked stuff with
2005-12-03 twisti* vm/tables.h: Removed.
2005-12-03 twisti* invokeNative: Replaced c->initialized by (c->state...
2005-12-01 twisti* Removed vm/tables.h include.
2005-12-01 twisti* nativeLoad: Renamed native_library_hash_find to
2005-11-26 edwin* defineClass: check if class has already been defined...
2005-11-26 edwin* added exceptions_new_linkageerror
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-17 twisti* intern: Reformatted for better debugability.
2005-11-15 twisti* set: Handle value == NULL correctly.
2005-11-11 twisti* preInit: Set java.library.path to "" to be compatible...
2005-11-10 twisti* getClassLoader: Restructured for better debugability.
2005-11-08 twisti* preInit: Set java.class.version to CLASS_VERSION.
2005-11-07 twisti* get: Warning fix.
2005-11-06 motseforgot to include a few header files
2005-11-06 twisti* VMFrame.c, VMVirtualMachine.c: Added, compile only...
2005-11-06 motsesplit VMjvmti.c in VMVirtualMachine.c and VMFrame.c
2005-11-06 motseVMjdwp/VMjvmti new makefile entries
2005-11-05 twisti* currentThread: Assign return value to variable, this...
2005-11-04 twisti* config.h, vm/types.h: Added.
2005-11-04 twisti* defineClass: Renamed arguments so they fit to the...
2005-11-03 twisti* start: threads changes.
2005-11-02 twisti* preInit: When GC is disabled, we add constant strings...
2005-11-02 twisti* preInit: Set java.vendor and java.vendor.url to GNU...
2005-11-01 twisti* config.h, vm/types.h: Added include.
2005-11-01 twisti* getDeclaredClasses: Mauve bugfix, we took the wrong...
2005-10-26 twisti* cacao_get_field_address: Don't call cacao_callingMeth...
2005-10-26 twisti* invokeNative: Fixed access check, initialize class.
2005-10-21 twisti* Define OS_INLINE for darwin.
2005-10-19 twisti* cacao_get_field_address: Check if we should bypass...
2005-10-19 twisti* set: Assigment bugfix, wrong variable used. Maybe...
2005-10-19 twisti* Second part of the rewrite, seems quite ok now and...
2005-10-19 twisti* config.h, vm/types.h: Added.
2005-10-19 twisti* Arghhh! Sorry...
2005-10-19 twisti* First part of rewrite, get/setXXX functions are now...
2005-10-14 twisti* getDeclaredClasses, getDeclaringClass: Fixes the...
2005-10-12 twisti* Added vm/global.h include.
2005-10-12 twisti* start: If we use no threads, just return a Thread...
2005-09-29 twisti* GNU classpath removal changes.
2005-09-27 twisti* getDeclaredMethods: Removed setfield_critical, set...
next