< prev index next >

src/cpu/s390/vm/frame_s390.inline.hpp

Print this page
rev 12273 : 8169317: [s390] Various minor bug fixes and adaptions.

@@ -37,11 +37,11 @@
   _cb = CodeCache::find_blob(pc);
   _pc = pc;   // Must be set for get_deopt_original_pc().
 
   _fp = (intptr_t *) own_abi()->callers_sp;
 
-  address original_pc = nmethod::get_deopt_original_pc(this);
+  address original_pc = CompiledMethod::get_deopt_original_pc(this);
   if (original_pc != NULL) {
     _pc = original_pc;
     _deopt_state = is_deoptimized;
   } else {
     _deopt_state = not_deoptimized;
< prev index next >