< prev index next >

src/share/vm/runtime/handles.cpp

Print this page
rev 7855 : 8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp

@@ -212,6 +212,10 @@
 ResetNoHandleMark::~ResetNoHandleMark() {
   HandleArea* area = Thread::current()->handle_area();
   area->_no_handle_mark_nesting = _no_handle_mark_nesting;
 }
 
+bool instanceKlassHandle::is_instanceKlass(const Klass* k) {
+  return k->oop_is_instance();
+}
+
 #endif
< prev index next >