src/hotspot/cpu/zero/frame_zero.hpp
changeset 47687 fb290fd1f9d4
parent 47216 71c04702a3d5
child 49480 d7df2dd501ce
--- a/src/hotspot/cpu/zero/frame_zero.hpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/cpu/zero/frame_zero.hpp	Sun Oct 15 22:54:03 2017 +0200
@@ -62,9 +62,6 @@
   const InterpreterFrame *zero_interpreterframe() const {
     return zeroframe()->as_interpreter_frame();
   }
-  const SharkFrame *zero_sharkframe() const {
-    return zeroframe()->as_shark_frame();
-  }
 
  public:
   bool is_fake_stub_frame() const;