* src/native/vm/openjdk/jvm.cpp (JVM_IsInterrupted): Fixed for threads which
[cacao.git] / src / vm / class.hpp
index f643fd357850d1398b12e49b132475afa0b220e7..b09bcca47a72faddf93afb91035681c292848bf0 100644 (file)
@@ -40,18 +40,19 @@ typedef struct extra_classref extra_classref;
 #include "vm/types.h"
 
 #if defined(ENABLE_JAVASE)
-# include "vm/annotation.h"
+# include "vm/annotation.hpp"
 #endif
 
 #include "vm/field.hpp"
 #include "vm/global.h"
-#include "vm/linker.h"
+#include "vm/linker.hpp"
 #include "vm/loader.hpp"
-#include "vm/method.h"
+#include "vm/method.hpp"
 #include "vm/references.h"
 #include "vm/string.hpp"
 #include "vm/utf8.h"
 
+
 /* class state defines ********************************************************/
 
 #define CLASS_LOADING         0x0001
@@ -161,9 +162,6 @@ struct classinfo {                /* class structure                          */
        java_objectarray_t *signers;
 # endif
 #endif
-#if defined(ENABLE_JITCACHE)
-       int         cache_file_fd;
-#endif
 };