hotspot/src/cpu/zero/vm/relocInfo_zero.cpp
changeset 18446 635eae7b22fc
parent 14294 130e947dfbe6
child 19336 ddceb0657500
--- a/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp	Fri Jun 21 00:59:12 2013 -0700
+++ b/hotspot/src/cpu/zero/vm/relocInfo_zero.cpp	Mon Jun 24 11:53:54 2013 -0700
@@ -52,22 +52,6 @@
   return (address *) addr();
 }
 
-int Relocation::pd_breakpoint_size() {
-  ShouldNotCallThis();
-}
-
-void Relocation::pd_swap_in_breakpoint(address x,
-                                       short*  instrs,
-                                       int     instrlen) {
-  ShouldNotCallThis();
-}
-
-void Relocation::pd_swap_out_breakpoint(address x,
-                                        short*  instrs,
-                                        int     instrlen) {
-  ShouldNotCallThis();
-}
-
 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src,
                                                 CodeBuffer*       dst) {
   ShouldNotCallThis();