8073388: Get rid of the depenecy from handles.hpp to oop.inline.hpp

Reviewed-by: mgerdin, coleenp
This commit is contained in:
Stefan Karlsson 2015-02-18 09:22:37 +01:00
parent 2e888853a1
commit 0241e477f1
5 changed files with 17 additions and 5 deletions

View file

@ -214,4 +214,8 @@ ResetNoHandleMark::~ResetNoHandleMark() {
area->_no_handle_mark_nesting = _no_handle_mark_nesting;
}
bool instanceKlassHandle::is_instanceKlass(const Klass* k) {
return k->oop_is_instance();
}
#endif