src/native/jni.c: removed jvmti.h included cacaodbg.h for GetEnv - jvmti
authormotse <none@none>
Mon, 29 May 2006 09:41:02 +0000 (09:41 +0000)
committermotse <none@none>
Mon, 29 May 2006 09:41:02 +0000 (09:41 +0000)
commit13dcec0253ba884eb45cc3ace0292af5cd187ee7
treef64f6c69df3a3bc7fc2a1b0aea01f3cdcf128f10
parent24849c73d6269f807cc849a3373a3b93ad4db068
src/native/jni.c: removed jvmti.h included cacaodbg.h for GetEnv - jvmti
src/native/vm/VMVirtualMachine.c: formatting changes/removed debug statements
src/native/vm/VMMethod.c: (getName/getSignature/getModifiers/getLineTable): (Samuel Vinson) new implementation. (partially changed by motse)
src/native/jvmti/cacaodbg.h: removed unused function declarations
src/native/jvmti/jvmti.c (getcacaostacktrace): new implementation - does not yet handle traces of not current threads correctly.
(GetMethodName): fix: return JVMTI_ERROR_NULL_POINTER only on method == NULL
(GetFrameCount/GetStackTrace): fixed check for valid thread argument.
src/native/jni.c
src/native/jvmti/cacaodbg.h
src/native/jvmti/jvmti.c
src/native/vm/VMMethod.c
src/native/vm/VMVirtualMachine.c