hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 35135 dd2ce9021031
parent 35110 f19bcdf40799
parent 35071 a0910b1d3e0d
child 35146 9ebfec283f56
--- a/hotspot/src/share/vm/runtime/stubRoutines.cpp	Thu Dec 17 23:36:28 2015 +0000
+++ b/hotspot/src/share/vm/runtime/stubRoutines.cpp	Fri Dec 18 12:39:02 2015 -0800
@@ -54,6 +54,7 @@
 address StubRoutines::_throw_IncompatibleClassChangeError_entry = NULL;
 address StubRoutines::_throw_NullPointerException_at_call_entry = NULL;
 address StubRoutines::_throw_StackOverflowError_entry           = NULL;
+address StubRoutines::_throw_delayed_StackOverflowError_entry   = NULL;
 address StubRoutines::_handler_for_unsafe_access_entry          = NULL;
 jint    StubRoutines::_verify_oop_count                         = 0;
 address StubRoutines::_verify_oop_subroutine_entry              = NULL;