hotspot/src/cpu/sparc/vm/frame_sparc.hpp
changeset 26821 ce9f82507dc2
parent 25714 87fa6860b5ae
child 35214 d86005e0b4c2
--- a/hotspot/src/cpu/sparc/vm/frame_sparc.hpp	Tue Sep 23 17:24:34 2014 -0700
+++ b/hotspot/src/cpu/sparc/vm/frame_sparc.hpp	Wed Sep 24 12:19:07 2014 -0700
@@ -163,6 +163,8 @@
   enum unpatchable_t { unpatchable };
   frame(intptr_t* sp, unpatchable_t, address pc = NULL, CodeBlob* cb = NULL);
 
+  void init(intptr_t* sp, address pc, CodeBlob* cb);
+
   // Walk from sp outward looking for old_sp, and return old_sp's predecessor
   // (i.e. return the sp from the frame where old_sp is the fp).
   // Register windows are assumed to be flushed for the stack in question.