comparison src/cpu/sparc/vm/relocInfo_sparc.cpp @ 304:dc7f315e41f7

5108146: Merge i486 and amd64 cpu directories 6459804: Want client (c1) compiler for x86_64 (amd64) for faster start-up Reviewed-by: kvn
author never
date Wed, 27 Aug 2008 00:21:55 -0700
parents d1605aabd0a1
children 6b2273dd6fa9
comparison
equal deleted inserted replaced
303:fa4d1d240383 304:dc7f315e41f7
202 u.s[i] = instrs[i]; 202 u.s[i] = instrs[i];
203 } 203 }
204 NativeInstruction* ni = nativeInstruction_at(x); 204 NativeInstruction* ni = nativeInstruction_at(x);
205 ni->set_long_at(0, u.l); 205 ni->set_long_at(0, u.l);
206 } 206 }
207
208 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
209 }
210
211 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
212 }