< prev index next >

src/hotspot/share/runtime/continuationEntry.hpp

Print this page
@@ -54,10 +54,12 @@
    }
  #endif
  
  public:
    static int _return_pc_offset; // friend gen_continuation_enter
+   static int _thaw_call_pc_offset;
+   static address _thaw_call_pc;
    static void set_enter_code(nmethod* nm, int interpreted_entry_offset);
    static bool is_interpreted_call(address call_address);
  
  private:
    static address _return_pc;
< prev index next >