< prev index next >

src/hotspot/cpu/zero/continuationHelper_zero.inline.hpp

Print this page
@@ -103,11 +103,11 @@
  inline address ContinuationHelper::Frame::real_pc(const frame& f) {
    Unimplemented();
    return nullptr;
  }
  
- inline void ContinuationHelper::Frame::patch_pc(const frame& f, address pc) {
+ inline void ContinuationHelper::Frame::patch_pc(const frame& f, address pc, bool callee_augmented) {
    Unimplemented();
  }
  
  inline intptr_t* ContinuationHelper::InterpretedFrame::frame_top(const frame& f, InterpreterOopMap* mask) { // inclusive; this will be copied with the frame
    Unimplemented();
< prev index next >