hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 13929 8da0dc50a6e4
parent 13740 ae6179641137
child 13961 aeaa21c167d1
--- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Fri Sep 28 14:36:20 2012 -0700
+++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp	Mon Oct 01 14:50:10 2012 -0700
@@ -737,6 +737,7 @@
       pool,
       info.resolved_method(),
       info.resolved_appendix(),
+      info.resolved_method_type(),
       pool->resolved_references());
 }
 IRT_END
@@ -765,6 +766,7 @@
       pool,
       info.resolved_method(),
       info.resolved_appendix(),
+      info.resolved_method_type(),
       pool->resolved_references());
 }
 IRT_END