- replaced proto_ exceptions with dynamic ones
[cacao.git] / asmpart.h
index cf8c569b7b3a4c52b1cd6f9674808a617eceeb7e..3da6d4c7f743949f2e015eaa7130096c98133014 100644 (file)
--- a/asmpart.h
+++ b/asmpart.h
@@ -29,7 +29,7 @@
 
    Changes: Christian Thalinger
 
-   $Id: asmpart.h 779 2003-12-14 18:11:35Z stefan $
+   $Id: asmpart.h 930 2004-03-02 21:18:23Z jowenn $
 
 */
 
@@ -79,6 +79,9 @@ jlong asm_calljavafunction2long(methodinfo *m, u4 count, u4 size , void *callblo
 
 void asm_handle_exception();
 void asm_handle_nat_exception();
+
+void asm_check_clinit();
+
 void asm_handle_builtin_exception(classinfo *);
 
 /* 
@@ -86,7 +89,8 @@ void asm_handle_builtin_exception(classinfo *);
 */
 methodinfo *asm_getcallingmethod();
 
-
+java_objectarray* Java_java_lang_VMSecurityManager_getClassContext(JNIEnv *env, jclass clazz);
+/*java_lang_ClassLoader* Java_java_lang_VMSecurityManager_currentClassLoader(JNIEnv *env, jclass clazz);*/
 /* 
    This funtion saves all callee saved registers and calls the function
    which is passed as parameter.