hotspot/src/share/vm/interpreter/interpreterRuntime.cpp
changeset 31335 60081f497e75
parent 30764 fec48bf5a827
child 31382 8d526a6991e1
--- 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