--- 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();