Merged revisions 8245-8298 via svnmerge from
[cacao.git] / src / native / jni.c
2007-08-13 michiMerged revisions 8245-8298 via svnmerge from
2007-07-31 michiMerged revisions 8187-8244 via svnmerge from
2007-07-05 michiMerged revisions 8137-8178 via svnmerge from
2007-06-22 michiMerged revisions 8123-8136 via svnmerge from
2007-06-20 michiMerged revisions 8056-8122 via svnmerge from
2007-06-10 michiMerged revisions 8034-8055 via svnmerge from
2007-05-23 michiMerged revisions 7918-7939 via svnmerge from
2007-05-20 michi* src/cacaoh/dummy.c (gc_reference_register): Added.
2007-05-20 michiMerged revisions 7797-7917 via svnmerge from
2007-04-16 michiMerged revisions 7707-7722 via svnmerge from
2007-03-28 michiMerged revisions 7501-7598 via svnmerge from
2007-03-08 michiMerged revisions 7441-7480 via svnmerge from
2007-03-02 michiMerged revisions 7407-7440 via svnmerge from
2007-03-02 michi* src/native/jni.h (hashtable_global_ref): Added.
2007-02-23 michi* src/native/jni.c (jni_free_localref_table): Added.
2007-02-21 twisti* m4/jni.m4: Added ENABLE_JNI AM_CONDITIONAL.
2007-02-13 ajordan* src/vm/jit/stacktrace.c (stacktrace_create_extern_sta...
2007-02-04 twisti* src/native/jni.c (_Jv_JNI_ExceptionDescribe): Fixed...
2007-02-03 twisti* src/vm/builtin.c [ENABLE_THREADS] (threads/native...
2007-01-31 twisti* src/native/jni.c (_Jv_JNI_ThrowNew): Fixed warnings.
2007-01-29 twisti* This is a rather huge commit, which changes the build...
2006-12-27 twisti* src/threads/native/threads.c (threads_init): Fixed...
2006-11-16 twisti* src/vm/vm.c (vm_createjvm): New function.
2006-11-04 michi* src/mm/boehm.h: Renamed to gc-common.h
2006-10-24 edwin* src/vm/utf8.h, src/vm/utf8.c (utf8_safe_number_of_u2s...
2006-10-14 twisti* src/native/jni.c (_Jv_JNI_DetachCurrentThread): Made
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-01 edwinMerged r5616 from trunk:
2006-09-30 edwinMerged r5591 from trunk:
2006-09-30 edwinMerged r5589 and r5590 from trunk:
2006-09-29 edwinMerged r5573, r5574, r5577, r5578, and r5579 from trunk.
2006-09-28 edwinMerged r5547 from trunk:
2006-09-28 edwinMerged r5506 from trunk:
2006-07-25 twisti* src/vm/jit/jit.h (TYPE_INT, TYPE_LNG, TYPE_FLT, TYPE_...
2006-07-12 twisti* src/vm/builtin.c (builtin_monitorenter): Removed.
2006-06-19 twisti* src/native/jni.c (AttachCurrentThread): Removed dummy
2006-06-14 motse* src/vm/loader.c (load_class_from_classloader): Add...
2006-05-29 motsesrc/native/jni.c: removed jvmti.h included cacaodbg...
2006-05-26 twisti* src/vm/properties.c (properties_system_add): Changed
2006-05-26 edwin* src/native/jni.c (DefineClass): Use javastring_new_fr...
2006-05-23 motsesrc/vm/vm.c (vm_create): rename jvmti function calls
2006-05-15 twisti* src/vm/hashtable.h,
2006-05-13 edwin* src/threads/native/threads.c, src/threads/native...
2006-05-11 twisti* src/native/jni.c (DeleteGlobalRef): Bugfix: handle...
2006-05-11 twisti* src/vm/hashtable.c (threads/native/threads.h): Added.
2006-05-06 motse* src/vm/vm.c (vm_create): make agentlib/agentpath...
2006-05-05 edwin* src/vm/string.c, src/vm/stringlocal.h (java_string_ne...
2006-04-27 twisti* src/vm/jit/stacktrace.h (STACKFRAMEINFO): Added paren...
2006-03-08 twisti* src/native/jni.c (PushLocalFrame): Implemented.
2006-03-07 twisti* src/native/jni.c (_Jv_jni_CallIntMethodA): New function.
2006-03-07 twisti* src/vm/string.c (string_java_lang_StringIndexOutOfBou...
2006-03-07 twisti* src/vm/vm.c (_Jv_jvm): Changed type to _Jv_JavaVM.
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* configure.ac: Default to AC_ENABLE_SHARED and AC_DISA...
2006-02-14 edwin* src/native/jni.c (_Jv_jni_invokeNative): Cleanup.
2006-02-14 edwin* src/native/jni.c (_Jv_jni_invokeNative): Look up...
2006-02-13 twisti* src/vm/method.c (assert.h): Added.
2006-02-04 twisti* src/vm/jit/stacktrace.c (stacktrace_add_entry): Reall...
2006-02-03 twisti* src/vm/jit/stacktrace.c, src/vm/jit/stacktrace.h
2006-01-22 twisti* Updated header: Added 2006. Changed address of FSF...
2006-01-20 twisti* src/native/jni.c (fill_callblock_from_objectarray...
2006-01-16 twisti* jni_init: Fixed small typo.
2006-01-15 twisti* utf_java_nio_DirectByteBufferImpl_ReadWrite: Removed.
2006-01-12 twisti* Use ASM_CALLJAVAFUNCTION* macros.
2006-01-10 twisti* exceptions_throw_illegalargumentexception,
2006-01-03 twisti* CallNonvirtualBooleanMethodA: Added missing ;.
2005-12-22 twisti* STATS: Renamed to STATISTICS.
2005-12-03 twisti* Replaced c->initialized by (c->state & CLASS_INITIALI...
2005-11-26 twisti* use_class_as_object removed, link_class added where...
2005-11-14 twisti* Get<Type>Field: Big-endian fixes for boolean, byte...
2005-11-11 twisti* setfield_critical: Removed.
2005-11-08 twisti* GetMethodID, GetStaticMethodID: Use exceptions_new_no...
2005-11-04 twisti* fill_callblock_from_objectarray: Pass classinfo to
2005-11-03 twisti* CallStatic*Method*: Some cleanups and correct log...
2005-11-03 twisti* _no_threads_localref_table: Made non-static.
2005-10-26 twisti* GetMethodID, GetStaticMethodID: Check clazz, initiali...
2005-10-14 twisti* DefineClass, GetSuperclass, NewObjectA: Add return...
2005-10-13 twisti* NewLocalRef: Keep the compiler happy, return a value.
2005-10-13 edwinfix bug when calling Java method with return type long
2005-10-12 twisti* Added local references stuff.
2005-09-21 twisti* callLongMethod: Fixed argcount.
2005-09-21 twisti* callObjectMethod, callIntegerMethod, jni_method_invok...
2005-07-21 motsefix DeleteGlobalRef missing argument for IdentityHashMa...
2005-07-19 twisti* Added --enable-jvmti configure switch, plus ENABLE_JV...
2005-07-19 twisti* Fixed jvmti.h include path
2005-07-19 motseinitial support for jvmti
2005-07-13 twisti* Compiler warning fix
2005-07-12 twisti* Some functions implemented/corrected
2005-07-12 michi* GetEnv: thread_getself is available with native threa...
2005-07-04 twisti* GetEnv: call thread_getself, but i don't know if...
2005-06-30 twisti* fill_callblock_from_vargs: float passing fix
2005-06-30 twisti* Always sign-extend the item values to 8-bytes in...
2005-06-28 twisti* AttachCurrentThread: added function header comment
2005-06-22 edwinadded checkaccess parameter to resolve_class_from_typedesc
2005-06-14 twisti* FindClass: implemented correctly
2005-06-13 twisti* FindClass: use load_class_bootstrap return value
2005-06-08 twisti* fill_callblock: renamed to fill_callblock_from_vargs
2005-06-06 twisti- used parsed descriptors
next