* merged default branch into jitcache-arm-x86 branch
[cacao.git] / src / vm / class.hpp
index c82e4bf244092e56f767483fe2c2715f29f0b559..f643fd357850d1398b12e49b132475afa0b220e7 100644 (file)
@@ -52,7 +52,6 @@ typedef struct extra_classref extra_classref;
 #include "vm/string.hpp"
 #include "vm/utf8.h"
 
-
 /* class state defines ********************************************************/
 
 #define CLASS_LOADING         0x0001
@@ -162,6 +161,9 @@ struct classinfo {                /* class structure                          */
        java_objectarray_t *signers;
 # endif
 #endif
+#if defined(ENABLE_JITCACHE)
+       int         cache_file_fd;
+#endif
 };