diff -r d55c96b36b5f -r 60081f497e75 hotspot/src/share/vm/interpreter/interpreterRuntime.cpp --- a/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Mon Jun 08 15:40:28 2015 +0200 +++ b/hotspot/src/share/vm/interpreter/interpreterRuntime.cpp Tue Jun 09 10:26:25 2015 -0400 @@ -309,6 +309,8 @@ 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