diff 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
line wrap: on
line diff
--- a/src/cpu/sparc/vm/relocInfo_sparc.cpp	Tue Aug 26 15:49:40 2008 -0700
+++ b/src/cpu/sparc/vm/relocInfo_sparc.cpp	Wed Aug 27 00:21:55 2008 -0700
@@ -204,3 +204,9 @@
   NativeInstruction* ni = nativeInstruction_at(x);
   ni->set_long_at(0, u.l);
 }
+
+void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
+}
+
+void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
+}