< prev index next >

src/hotspot/share/interpreter/templateInterpreter.cpp

Print this page
*** 207,10 ***
--- 207,11 ---
  address    TemplateInterpreter::_throw_ArrayIndexOutOfBoundsException_entry = nullptr;
  address    TemplateInterpreter::_throw_ArrayStoreException_entry            = nullptr;
  address    TemplateInterpreter::_throw_ArithmeticException_entry            = nullptr;
  address    TemplateInterpreter::_throw_ClassCastException_entry             = nullptr;
  address    TemplateInterpreter::_throw_NullPointerException_entry           = nullptr;
+ address    TemplateInterpreter::_throw_NPE_UninitializedField_entry         = nullptr;
  address    TemplateInterpreter::_throw_StackOverflowError_entry             = nullptr;
  address    TemplateInterpreter::_throw_exception_entry                      = nullptr;
  address    TemplateInterpreter::_cont_resume_interpreter_adapter            = nullptr;
  
  #ifndef PRODUCT
< prev index next >