src/cpu/zero/vm/frame_zero.cpp

Print this page

        

@@ -117,13 +117,10 @@
 bool frame::safe_for_sender(JavaThread *thread) {
   ShouldNotCallThis();
   return false;
 }
 
-void frame::pd_gc_epilog() {
-}
-
 bool frame::is_interpreted_frame_valid(JavaThread *thread) const {
   ShouldNotCallThis();
   return false;
 }