hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 5686 5435e77aa3df
parent 5420 586d3988e72b
child 5687 b862d1f189bd
--- a/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu May 20 01:34:22 2010 -0700
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.cpp	Thu May 20 06:34:23 2010 -0700
@@ -1435,7 +1435,7 @@
       // for the rest of its life! Just another racing bug in the life of
       // fixup_callers_callsite ...
       //
-      RelocIterator iter(cb, call->instruction_address(), call->next_instruction_address());
+      RelocIterator iter(nm, call->instruction_address(), call->next_instruction_address());
       iter.next();
       assert(iter.has_current(), "must have a reloc at java call site");
       relocInfo::relocType typ = iter.reloc()->type();