merged volatile memory barriers
[cacao.git] / src / vm / classcache.hpp
index 84ba7365846d585439a4941bae284bad6b5a7131..d3ea496533748034d752967e0a34f43e29fd611e 100644 (file)
@@ -146,11 +146,6 @@ s4 classcache_get_loaded_class_count(void);
 void classcache_foreach_loaded_class(classcache_foreach_functionptr_t func,
                                                                         void *data);
 
-#if defined(ENABLE_JVMTI)
-void classcache_get_loaded_classes(s4 *class_count_ptr,
-                                                                  classinfo ***classes_ptr);
-#endif
-
 #ifndef NDEBUG
 void classcache_debug_dump(FILE *file,utf *only);
 #endif
@@ -167,7 +162,7 @@ void classcache_debug_dump(FILE *file,utf *only);
  * Emacs will automagically detect them.
  * ---------------------------------------------------------------------
  * Local variables:
- * mode: c
+ * mode: c++
  * indent-tabs-mode: t
  * c-basic-offset: 4
  * tab-width: 4