src/hotspot/share/code/nmethod.cpp
changeset 51338 aa3bfacc912c
parent 51268 4ac20e5f96ce
child 51473 871581ff5ce5
equal deleted inserted replaced
51337:0bcb90968b3c 51338:aa3bfacc912c
  1538           Metadata* md = r->metadata_value();
  1538           Metadata* md = r->metadata_value();
  1539           if (md != _method) f(md);
  1539           if (md != _method) f(md);
  1540         }
  1540         }
  1541       } else if (iter.type() == relocInfo::virtual_call_type) {
  1541       } else if (iter.type() == relocInfo::virtual_call_type) {
  1542         // Check compiledIC holders associated with this nmethod
  1542         // Check compiledIC holders associated with this nmethod
       
  1543         ResourceMark rm;
  1543         CompiledIC *ic = CompiledIC_at(&iter);
  1544         CompiledIC *ic = CompiledIC_at(&iter);
  1544         if (ic->is_icholder_call()) {
  1545         if (ic->is_icholder_call()) {
  1545           CompiledICHolder* cichk = ic->cached_icholder();
  1546           CompiledICHolder* cichk = ic->cached_icholder();
  1546           f(cichk->holder_metadata());
  1547           f(cichk->holder_metadata());
  1547           f(cichk->holder_klass());
  1548           f(cichk->holder_klass());