< prev index next >

src/share/vm/interpreter/interpreterRuntime.cpp

Print this page

        

*** 318,327 **** --- 318,329 ---- // constructor for the same reason (it is empty, anyway). IRT_ENTRY(void, InterpreterRuntime::throw_StackOverflowError(JavaThread* thread)) Handle exception = get_preinitialized_exception( SystemDictionary::StackOverflowError_klass(), CHECK); + // Increment counter for hs_err file reporting + Atomic::inc(&Exceptions::_stack_overflow_errors); THROW_HANDLE(exception); IRT_END IRT_ENTRY(void, InterpreterRuntime::create_exception(JavaThread* thread, char* name, char* message))
< prev index next >