comparison src/cpu/sparc/vm/macroAssembler_sparc.cpp @ 11041:7875ea94bea5

8017308: Remove unused breakpoint relocation type Summary: remove unused breakpoint relocation type Reviewed-by: kvn
author goetz
date Mon, 24 Jun 2013 11:53:54 -0700
parents 46c544b8fbfc
children 740e263c80c6
comparison
equal deleted inserted replaced
11025:fc8a1a5de78e 11041:7875ea94bea5
1158 } 1158 }
1159 1159
1160 void MacroAssembler::align(int modulus) { 1160 void MacroAssembler::align(int modulus) {
1161 while (offset() % modulus != 0) nop(); 1161 while (offset() % modulus != 0) nop();
1162 } 1162 }
1163
1164
1165 void MacroAssembler::safepoint() {
1166 relocate(breakpoint_Relocation::spec(breakpoint_Relocation::safepoint));
1167 }
1168
1169 1163
1170 void RegistersForDebugging::print(outputStream* s) { 1164 void RegistersForDebugging::print(outputStream* s) {
1171 FlagSetting fs(Debugging, true); 1165 FlagSetting fs(Debugging, true);
1172 int j; 1166 int j;
1173 for (j = 0; j < 8; ++j) { 1167 for (j = 0; j < 8; ++j) {