hotspot/src/share/vm/oops/method.cpp
changeset 41727 f1658e76a682
parent 41715 296ff044b943
child 42608 14af45789042
equal deleted inserted replaced
41719:d2a206359a7b 41727:f1658e76a682
  1378            (void*)m->stackmap_data()->adr_at(0), code_attribute_length);
  1378            (void*)m->stackmap_data()->adr_at(0), code_attribute_length);
  1379     newm->set_stackmap_data(stackmap_data);
  1379     newm->set_stackmap_data(stackmap_data);
  1380   }
  1380   }
  1381 
  1381 
  1382   // copy annotations over to new method
  1382   // copy annotations over to new method
  1383   newcm->copy_annotations_from(cm);
  1383   newcm->copy_annotations_from(loader_data, cm, CHECK_NULL);
  1384   return newm;
  1384   return newm;
  1385 }
  1385 }
  1386 
  1386 
  1387 vmSymbols::SID Method::klass_id_for_intrinsics(const Klass* holder) {
  1387 vmSymbols::SID Method::klass_id_for_intrinsics(const Klass* holder) {
  1388   // if loader is not the default loader (i.e., != NULL), we can't know the intrinsics
  1388   // if loader is not the default loader (i.e., != NULL), we can't know the intrinsics