< prev index next >

src/hotspot/share/interpreter/templateInterpreter.cpp

Print this page
@@ -210,10 +210,11 @@
  address    TemplateInterpreter::_throw_ArithmeticException_entry            = nullptr;
  address    TemplateInterpreter::_throw_ClassCastException_entry             = nullptr;
  address    TemplateInterpreter::_throw_NullPointerException_entry           = nullptr;
  address    TemplateInterpreter::_throw_StackOverflowError_entry             = nullptr;
  address    TemplateInterpreter::_throw_exception_entry                      = nullptr;
+ address    TemplateInterpreter::_cont_preempt_rerun_interpreter_adapter     = nullptr;
  
  #ifndef PRODUCT
  EntryPoint TemplateInterpreter::_trace_code;
  #endif // !PRODUCT
  EntryPoint TemplateInterpreter::_return_entry[TemplateInterpreter::number_of_return_entries];
< prev index next >