hotspot/src/cpu/sparc/vm/relocInfo_sparc.cpp
changeset 1066 717c3345024f
parent 670 ddf3e9583f2f
child 2571 d602ad6538bd
--- a/hotspot/src/cpu/sparc/vm/relocInfo_sparc.cpp	Tue Aug 26 15:49:40 2008 -0700
+++ b/hotspot/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) {
+}