src/cpu/sparc/vm/macroAssembler_sparc.cpp

changeset 5314
7875ea94bea5
parent 5283
46c544b8fbfc
child 5528
740e263c80c6
equal deleted inserted replaced
5298:fc8a1a5de78e 5314: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) {

mercurial