hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 13740 ae6179641137
parent 13728 882756847a04
child 13952 e3cf184080bc
child 13929 8da0dc50a6e4
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Sep 07 16:42:25 2012 -0400
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Sep 10 16:37:22 2012 -0700
@@ -734,6 +734,7 @@
   } // end JvmtiHideSingleStepping
 
   cache_entry(thread)->set_method_handle(
+      pool,
       info.resolved_method(),
       info.resolved_appendix(),
       pool->resolved_references());
@@ -761,6 +762,7 @@
 
   ConstantPoolCacheEntry* cp_cache_entry = pool->invokedynamic_cp_cache_entry_at(index);
   cp_cache_entry->set_dynamic_call(
+      pool,
       info.resolved_method(),
       info.resolved_appendix(),
       pool->resolved_references());