--- old/src/share/vm/runtime/sharedRuntime.cpp 2010-05-10 09:00:10.116006715 -0700 +++ new/src/share/vm/runtime/sharedRuntime.cpp 2010-05-10 09:00:09.690080518 -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();