- created jitcache-arm-x86 branch
[cacao.git] / src / vmcore / class.h
index 59d56fd56cc0c7341fb20cec26ca431966dcf435..4b8be1be518b80facab19da89b63c5eda1bda154 100644 (file)
@@ -56,7 +56,6 @@ typedef struct castinfo       castinfo;
 #include "vmcore/references.h"
 #include "vmcore/utf8.h"
 
-
 /* class state defines ********************************************************/
 
 #define CLASS_LOADING         0x0001
@@ -166,6 +165,9 @@ struct classinfo {                /* class structure                          */
        java_objectarray_t *signers;
 # endif
 #endif
+#if defined(ENABLE_JITCACHE)
+       int         cache_file_fd;
+#endif
 };