* src/native/vm/gnu_java_lang_management_VMThreadMXBeanImpl.c: New file.
[cacao.git] / src / cacaoh / headers.c
index 6acb0002a1592489859e7edba16c68153a78b697..75753fa45e276e8cfdf2e7662daf5c1301a73b68 100644 (file)
@@ -31,7 +31,7 @@
             Christian Thalinger
                        Edwin Steiner
 
-   $Id: headers.c 5079 2006-07-06 11:36:01Z twisti $
+   $Id: headers.c 5195 2006-07-31 15:26:10Z twisti $
 
 */
 
 #include "vm/jit/asmpart.h"
 
 
+/* Invocation API variables ***************************************************/
+
+_Jv_JavaVM *_Jv_jvm;                    /* denotes a Java VM                  */
+
+
 #if defined(ENABLE_INTRP)
 /* dummy interpreter stack to keep the compiler happy */
 
@@ -189,13 +194,9 @@ void throw_main_exception_exit(void) { assert(0); }
 void throw_exception(void) { assert(0); }
 void throw_exception_exit(void) { assert(0); }
 
-java_objectheader *new_verifyerror(methodinfo *m, const char *message)
+void exceptions_throw_verifyerror(methodinfo *m, const char *message)
 {
        assert(0);
-
-       /* keep compiler happy */
-
-       return NULL;
 }
 
 java_objectheader *new_exception_throwable(const char *classname, java_lang_Throwable *throwable)