* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / native / vm / gnuclasspath / java_lang_reflect_VMProxy.c
index b2138421ff66adbabdd081eb927781ee559f3c1b..29f894bfb482023edd55305837cffa0bc38d577f 100644 (file)
@@ -1,9 +1,7 @@
-/* src/native/vm/gnu/java_lang_reflect_VMProxy.c - java/lang/reflect/VMProxy
+/* src/native/vm/gnuclasspath/java_lang_reflect_VMProxy.c - java/lang/reflect/VMProxy
 
-   Copyright (C) 1996-2005, 2006, 2007 R. Grafl, A. Krall, C. Kruegel,
-   C. Oates, R. Obermaisser, M. Platter, M. Probst, S. Ring,
-   E. Steiner, C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich,
-   J. Wenninger, Institut f. Computersprachen - TU Wien
+   Copyright (C) 1996-2005, 2006, 2007, 2008
+   CACAOVM - Verein zur Foerderung der freien virtuellen Maschine CACAO
 
    This file is part of CACAO.
 
 
 #include <stdlib.h>
 
-#include "native/jni.h"
-#include "native/native.h"
+#include "native/jni.hpp"
+#include "native/native.hpp"
 
-#include "native/include/java_lang_Class.h"
-#include "native/include/java_lang_ClassLoader.h"
-
-#include "native/include/java_lang_reflect_VMProxy.h"
+// FIXME
+//#include "native/include/java_lang_reflect_VMProxy.h"
 
 
 /* native methods implemented by this file ************************************/
@@ -55,16 +51,16 @@ static JNINativeMethod methods[] = {
 
 *******************************************************************************/
 
+#if 0
 void _Jv_java_lang_reflect_VMProxy_init(void)
 {
-#if 0
        utf *u;
 
        u = utf_new_char("java/lang/reflect/VMProxy");
 
        native_method_register(u, methods, NATIVE_METHODS_COUNT);
-#endif
 }
+#endif
 
 
 #if 0