diff src/share/vm/prims/methodHandleWalk.cpp @ 3750:96c891ebe56a

Merge
author coleenp
date Thu, 02 Jun 2011 21:01:48 -0700
parents 5ac411b3b8fc d3b9f2be46ab
children cfcf2ba8f3eb
line wrap: on
line diff
--- a/src/share/vm/prims/methodHandleWalk.cpp	Wed Jun 01 23:25:31 2011 -0700
+++ b/src/share/vm/prims/methodHandleWalk.cpp	Thu Jun 02 21:01:48 2011 -0700
@@ -1590,6 +1590,7 @@
   objArrayHandle methods(THREAD, m_array);
   methods->obj_at_put(0, m());
   Rewriter::rewrite(_target_klass(), cpool, methods, CHECK_(empty));  // Use fake class.
+  Rewriter::relocate_and_link(_target_klass(), methods, CHECK_(empty));  // Use fake class.
 
   // Set the invocation counter's count to the invoke count of the
   // original call site.