< prev index next >

src/hotspot/cpu/x86/stubGenerator_x86_64.hpp

Print this page
*** 578,10 ***
--- 578,14 ---
  
    // TODO: will probably need multiple return barriers depending on return type
    address generate_cont_returnBarrier();
    address generate_cont_returnBarrier_exception();
  
+   address generate_cont_preempt_stub();
+   address generate_cont_preempt_monitorenter_redo();
+   address generate_cont_preempt_rerun_compiler_adapter();
+ 
  #if INCLUDE_JFR
    void generate_jfr_stubs();
    // For c2: c_rarg0 is junk, call to runtime to write a checkpoint.
    // It returns a jobject handle to the event writer.
    // The handle is dereferenced and the return value is the event writer oop.
< prev index next >