* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[cacao.git] / src / native / jni.hpp
index 16933eca1c84c6df8932765c60d37a533f4c68bd..e26aca44ff4fba82520026ab813a8e885c45d0b0 100644 (file)
 //#include "vm/javaobjects.hpp"
 #include "vm/global.h"
 
+
+// Some additional JNI version numbers, we currently support JNI 1.6.
+#define JNI_VERSION_SUPPORTED JNI_VERSION_1_6
+#define JNI_VERSION_CACAO     0xcaca0000
+
+
 // Typedef the JNI types.
 typedef java_handle_t*              jobject;
 typedef java_handle_t*              jclass;