< prev index next > src/hotspot/share/interpreter/templateInterpreter.cpp
Print this page
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 >