hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 27677 b1997f2f1b56
parent 27420 04e6f914cce1
child 27883 3179632c8f66
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Mon Oct 27 17:24:10 2014 -0400
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Wed Nov 12 13:55:59 2014 +0100
@@ -986,7 +986,7 @@
   // last java frame on stack (which includes native call frames)
   vframeStream vfst(thread, true);  // Do not skip and javaCalls
 
-  return find_callee_info_helper(thread, vfst, bc, callinfo, CHECK_(Handle()));
+  return find_callee_info_helper(thread, vfst, bc, callinfo, THREAD);
 }