< prev index next > src/hotspot/cpu/x86/stubGenerator_x86_64.hpp
Print this page
// 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_resume_monitor_operation();
+
// Continuation point for throwing of implicit exceptions that are
// not handled in the current activation. Fabricates an exception
// oop and initiates normal exception dispatching in this
// frame. Since we need to preserve callee-saved values (currently
// only for C2, but done for C1 as well) we need a callee-saved oop
< prev index next >