src/share/vm/oops/method.cpp

changeset 4837
0c3ee6f1fa23
parent 4751
1fc4d4768b90
child 4880
0ca3dd0ffaba
equal deleted inserted replaced
4823:23f2d309e855 4837:0c3ee6f1fa23
1168 memcpy((void*)stackmap_data->adr_at(0), 1168 memcpy((void*)stackmap_data->adr_at(0),
1169 (void*)m->stackmap_data()->adr_at(0), code_attribute_length); 1169 (void*)m->stackmap_data()->adr_at(0), code_attribute_length);
1170 newm->set_stackmap_data(stackmap_data); 1170 newm->set_stackmap_data(stackmap_data);
1171 } 1171 }
1172 1172
1173 // copy annotations over to new method
1174 newcm->copy_annotations_from(cm);
1173 return newm; 1175 return newm;
1174 } 1176 }
1175 1177
1176 vmSymbols::SID Method::klass_id_for_intrinsics(Klass* holder) { 1178 vmSymbols::SID Method::klass_id_for_intrinsics(Klass* holder) {
1177 // if loader is not the default loader (i.e., != NULL), we can't know the intrinsics 1179 // if loader is not the default loader (i.e., != NULL), we can't know the intrinsics

mercurial