hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 38133 78b95467b9f1
parent 37466 287c4ebd11b0
child 38144 0976c0c5c5d3
equal deleted inserted replaced
38132:ba888a4f352a 38133:78b95467b9f1
   122     return (intptr_t*) addr_at(offset);
   122     return (intptr_t*) addr_at(offset);
   123   }
   123   }
   124 
   124 
   125 #ifdef ASSERT
   125 #ifdef ASSERT
   126   // Used in frame::sender_for_{interpreter,compiled}_frame
   126   // Used in frame::sender_for_{interpreter,compiled}_frame
   127   static void verify_deopt_original_pc(nmethod* nm, intptr_t* unextended_sp);
   127   static void verify_deopt_original_pc(CompiledMethod* nm, intptr_t* unextended_sp);
   128 #endif
   128 #endif
   129 
   129 
   130  public:
   130  public:
   131   // Constructors
   131   // Constructors
   132 
   132