< prev index next >

src/hotspot/cpu/s390/continuationHelper_s390.inline.hpp

Print this page
*** 105,11 ***
  inline address ContinuationHelper::Frame::real_pc(const frame& f) {
    Unimplemented();
    return nullptr;
  }
  
! inline void ContinuationHelper::Frame::patch_pc(const frame& f, address pc) {
    Unimplemented();
  }
  
  inline intptr_t* ContinuationHelper::InterpretedFrame::frame_top(const frame& f, InterpreterOopMap* mask) { // inclusive; this will be copied with the frame
    Unimplemented();
--- 105,11 ---
  inline address ContinuationHelper::Frame::real_pc(const frame& f) {
    Unimplemented();
    return nullptr;
  }
  
! 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 >