hotspot/src/share/vm/prims/jvmtiEnvBase.cpp
changeset 8076 96d498ec7ae1
parent 7413 59b978f8fbdf
child 8725 8c1e3dd5fe1b
--- a/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp	Thu Jan 27 13:42:28 2011 -0800
+++ b/hotspot/src/share/vm/prims/jvmtiEnvBase.cpp	Thu Jan 27 16:11:27 2011 -0800
@@ -1355,7 +1355,7 @@
   }
 
   // Get information about method return type
-  symbolHandle signature(current_thread, jvf->method()->signature());
+  Symbol* signature = jvf->method()->signature();
 
   ResultTypeFinder rtf(signature);
   TosState fr_tos = as_TosState(rtf.type());