src/hotspot/share/aot/aotCompiledMethod.cpp
changeset 54839 e9db10a375d9
parent 54669 ad45b3802d4e
child 55005 9b70ebd131b4
equal deleted inserted replaced
54838:d7819bedfaaf 54839:e9db10a375d9
   276           if (ic_oop != NULL) {
   276           if (ic_oop != NULL) {
   277             f->do_metadata(ic_oop);
   277             f->do_metadata(ic_oop);
   278           }
   278           }
   279         }
   279         }
   280       } else if (iter.type() == relocInfo::static_call_type ||
   280       } else if (iter.type() == relocInfo::static_call_type ||
   281                  iter.type() == relocInfo::opt_virtual_call_type){
   281                  iter.type() == relocInfo::opt_virtual_call_type) {
   282         // Check Method* in AOT c2i stub for other calls.
   282         // Check Method* in AOT c2i stub for other calls.
   283         Metadata* meta = (Metadata*)nativeLoadGot_at(nativePltCall_at(iter.addr())->plt_c2i_stub())->data();
   283         Metadata* meta = (Metadata*)nativeLoadGot_at(nativePltCall_at(iter.addr())->plt_c2i_stub())->data();
   284         if (meta != NULL) {
   284         if (meta != NULL) {
   285           f->do_metadata(meta);
   285           f->do_metadata(meta);
   286         }
   286         }