--- old/src/share/vm/runtime/sharedRuntime.cpp 2010-05-18 03:21:11.169997430 -0700 +++ new/src/share/vm/runtime/sharedRuntime.cpp 2010-05-18 03:21:10.680835580 -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();