< prev index next >

src/hotspot/cpu/ppc/continuationHelper_ppc.inline.hpp

Print this page
@@ -108,11 +108,11 @@
  
  inline address ContinuationHelper::Frame::real_pc(const frame& f) {
    return (address)f.own_abi()->lr;
  }
  
- 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) {
    f.own_abi()->lr = (uint64_t)pc;
  }
  
  //                     | Minimal ABI          |
  //                     | (frame::java_abi)    |
< prev index next >