hotspot/src/cpu/x86/vm/frame_x86.hpp
changeset 26821 ce9f82507dc2
parent 25714 87fa6860b5ae
child 29571 6627b10e05f8
--- a/hotspot/src/cpu/x86/vm/frame_x86.hpp	Tue Sep 23 17:24:34 2014 -0700
+++ b/hotspot/src/cpu/x86/vm/frame_x86.hpp	Wed Sep 24 12:19:07 2014 -0700
@@ -187,6 +187,8 @@
 
   frame(intptr_t* sp, intptr_t* fp);
 
+  void init(intptr_t* sp, intptr_t* fp, address pc);
+
   // accessors for the instance variables
   // Note: not necessarily the real 'frame pointer' (see real_fp)
   intptr_t*   fp() const { return _fp; }