hotspot/src/share/vm/oops/methodOop.cpp
changeset 8326 752682831ac6
parent 8076 96d498ec7ae1
child 8334 9c373a57eb31
--- a/hotspot/src/share/vm/oops/methodOop.cpp	Thu Feb 10 19:34:48 2011 -0800
+++ b/hotspot/src/share/vm/oops/methodOop.cpp	Fri Feb 11 03:17:53 2011 -0800
@@ -934,7 +934,7 @@
   assert(m->signature() == signature, "");
   assert(m->is_method_handle_invoke(), "");
 #ifdef CC_INTERP
-  ResultTypeFinder rtf(signature());
+  ResultTypeFinder rtf(signature);
   m->set_result_index(rtf.type());
 #endif
   m->compute_size_of_parameters(THREAD);