src/share/vm/code/nmethod.cpp

changeset 5314
7875ea94bea5
parent 5259
ef57c43512d6
child 5548
5888334c9c24
child 6461
bdd155477289
equal deleted inserted replaced
5298:fc8a1a5de78e 5314:7875ea94bea5
1079 reloc->fix_oop_relocation(); 1079 reloc->fix_oop_relocation();
1080 } else if (iter.type() == relocInfo::metadata_type) { 1080 } else if (iter.type() == relocInfo::metadata_type) {
1081 metadata_Relocation* reloc = iter.metadata_reloc(); 1081 metadata_Relocation* reloc = iter.metadata_reloc();
1082 reloc->fix_metadata_relocation(); 1082 reloc->fix_metadata_relocation();
1083 } 1083 }
1084
1085 // There must not be any interfering patches or breakpoints.
1086 assert(!(iter.type() == relocInfo::breakpoint_type
1087 && iter.breakpoint_reloc()->active()),
1088 "no active breakpoint");
1089 } 1084 }
1090 } 1085 }
1091 1086
1092 1087
1093 void nmethod::verify_oop_relocations() { 1088 void nmethod::verify_oop_relocations() {

mercurial