Merged branch subtype-trunk into default.
[cacao.git] / src / vm / jit / builtin.hpp
index df4f73af20b5315861ce0b736bf46f7acd347858..60b58e25c672497252ad3d94c99c1377b1a950c6 100644 (file)
@@ -36,7 +36,7 @@ typedef struct builtintable_entry builtintable_entry;
 #include "arch.h"
 #include "md-abi.h"
 
-#include "toolbox/logging.h"
+#include "toolbox/logging.hpp"
 
 #include "vm/descriptor.hpp"
 #include "vm/utf8.h"
@@ -125,6 +125,10 @@ bool builtintable_replace_function(void *iptr);
  * ICMD_BUILTIN3.)
  */
 
+#if USES_NEW_SUBTYPE
+bool fast_subtype_check(struct _vftbl *, struct _vftbl *);
+#endif
+
 bool builtin_instanceof(java_handle_t *obj, classinfo *c);
 /* NOT AN OP */
 bool builtin_checkcast(java_handle_t *obj, classinfo *c);