hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 38133 78b95467b9f1
parent 37466 287c4ebd11b0
child 38144 0976c0c5c5d3
--- a/hotspot/src/cpu/x86/vm/frame_x86.hpp	Mon Apr 25 21:25:22 2016 +0300
+++ b/hotspot/src/cpu/x86/vm/frame_x86.hpp	Tue Apr 26 10:28:51 2016 +0200
@@ -124,7 +124,7 @@
 
 #ifdef ASSERT
   // Used in frame::sender_for_{interpreter,compiled}_frame
-  static void verify_deopt_original_pc(nmethod* nm, intptr_t* unextended_sp);
+  static void verify_deopt_original_pc(CompiledMethod* nm, intptr_t* unextended_sp);
 #endif
 
  public: