hotspot/src/share/vm/code/dependencies.hpp
changeset 33611 9abd65805e19
parent 33160 c59f1676d27e
child 35492 c8c0273e6b91
child 35498 392b50de06c6
--- a/hotspot/src/share/vm/code/dependencies.hpp	Mon Oct 26 13:11:36 2015 -0400
+++ b/hotspot/src/share/vm/code/dependencies.hpp	Wed Oct 28 09:47:23 2015 -0400
@@ -351,7 +351,7 @@
 #if INCLUDE_JVMCI
  private:
   static void check_ctxk(Klass* ctxk) {
-    assert(ctxk->oop_is_instance(), "java types only");
+    assert(ctxk->is_instance_klass(), "java types only");
   }
   static void check_ctxk_abstract(Klass* ctxk) {
     check_ctxk(ctxk);