hotspot/src/cpu/zero/vm/frame_zero.inline.hpp
changeset 14294 130e947dfbe6
parent 13728 882756847a04
child 15205 17da82a12ff4
--- a/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp	Fri Oct 26 14:18:57 2012 -0700
+++ b/hotspot/src/cpu/zero/vm/frame_zero.inline.hpp	Mon Oct 29 11:08:48 2012 -0700
@@ -36,6 +36,8 @@
   _deopt_state = unknown;
 }
 
+inline address  frame::sender_pc()           const { ShouldNotCallThis();  }
+
 inline frame::frame(ZeroFrame* zf, intptr_t* sp) {
   _zeroframe = zf;
   _sp = sp;