* src/vm/loader.c (load_class_from_classloader): Add call to jvmti
[cacao.git] / src / cacaoh / headers.c
index f01b1a9099224ed01a144edf29dfc3be72eefc12..6bb1add646441b06f286bd2b8b916da76016ef26 100644 (file)
@@ -31,7 +31,7 @@
             Christian Thalinger
                        Edwin Steiner
 
-   $Id: headers.c 5019 2006-06-06 21:13:41Z motse $
+   $Id: headers.c 5031 2006-06-14 18:36:22Z motse $
 
 */
 
@@ -890,7 +890,9 @@ void print_classname(classinfo *clazz)
 /* jvmti releated functions ************************************************/
 
 #if defined(ENABLE_JVMTI)
-void jvmti_fireEvent(void* d) {;}
+void jvmti_ThreadStartEnd(int ev) {;}
+void jvmti_ClassLoadPrepare(bool prepared, classinfo *c) {;}
+void jvmti_MonitorContendedEntering(bool entered, jobject obj) {;}
 #endif