hotspot/src/cpu/zero/vm/relocInfo_zero.cpp
changeset 14294 130e947dfbe6
parent 9103 535a93f494f6
child 18446 635eae7b22fc
--- a/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp	Fri Oct 26 14:18:57 2012 -0700
+++ b/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp	Mon Oct 29 11:08:48 2012 -0700
@@ -77,3 +77,7 @@
                                                        CodeBuffer*       dst) {
   ShouldNotCallThis();
 }
+
+void metadata_Relocation::pd_fix_value(address x) {
+  ShouldNotCallThis();
+}