mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8017308: Remove unused breakpoint relocation type
Remove unused breakpoint relocation type Reviewed-by: kvn
This commit is contained in:
parent
1dc7a25eac
commit
fad60d1428
7 changed files with 3 additions and 349 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue