src/share/vm/interpreter/bytecodeTracer.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/interpreter/bytecodeTracer.cpp	Wed Oct 19 08:37:07 2011
--- new/src/share/vm/interpreter/bytecodeTracer.cpp	Wed Oct 19 08:37:07 2011

*** 239,249 **** --- 239,249 ---- if (i >= 0 && i < climit) { if (!cache->entry_at(i)->is_secondary_entry()) { st->print_cr(" not secondary entry?", i); return false; } ! i = cache->entry_at(i)->main_entry_index() + constantPoolOopDesc::CPCACHE_INDEX_TAG; goto check_cache_index; } else { st->print_cr(" not in cache[*]?", i); return false; }

src/share/vm/interpreter/bytecodeTracer.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File