src/hotspot/share/interpreter/interpreterRuntime.cpp
changeset 48557 2e867226b914
parent 48555 9c56c953d8db
child 48826 c4d9d1b08e2e
--- a/src/hotspot/share/interpreter/interpreterRuntime.cpp	Thu May 25 15:39:32 2017 -0400
+++ b/src/hotspot/share/interpreter/interpreterRuntime.cpp	Fri May 26 18:39:27 2017 +0300
@@ -822,6 +822,7 @@
   case CallInfo::itable_call:
     cp_cache_entry->set_itable_call(
       bytecode,
+      info.resolved_klass(),
       info.resolved_method(),
       info.itable_index());
     break;