changeset 33611 | 9abd65805e19 |
parent 33148 | 68fa8b6c4340 |
child 35194 | 7151995ee79e |
--- a/hotspot/src/share/vm/runtime/handles.cpp Mon Oct 26 13:11:36 2015 -0400 +++ b/hotspot/src/share/vm/runtime/handles.cpp Wed Oct 28 09:47:23 2015 -0400 @@ -212,7 +212,8 @@ } bool instanceKlassHandle::is_instanceKlass(const Klass* k) { - return k->oop_is_instance(); + // Need this to avoid circular include dependency + return k->is_instance_klass(); } #endif