8017308: Remove unused breakpoint relocation type

Remove unused breakpoint relocation type

Reviewed-by: kvn
This commit is contained in:
Goetz Lindenmaier 2013-06-24 11:53:54 -07:00
parent 1dc7a25eac
commit fad60d1428
7 changed files with 3 additions and 349 deletions

View file

@ -1081,11 +1081,6 @@ void nmethod::fix_oop_relocations(address begin, address end, bool initialize_im
metadata_Relocation* reloc = iter.metadata_reloc();
reloc->fix_metadata_relocation();
}
// There must not be any interfering patches or breakpoints.
assert(!(iter.type() == relocInfo::breakpoint_type
&& iter.breakpoint_reloc()->active()),
"no active breakpoint");
}
}