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

@ -1161,12 +1161,6 @@ void MacroAssembler::align(int modulus) {
while (offset() % modulus != 0) nop();
}
void MacroAssembler::safepoint() {
relocate(breakpoint_Relocation::spec(breakpoint_Relocation::safepoint));
}
void RegistersForDebugging::print(outputStream* s) {
FlagSetting fs(Debugging, true);
int j;