hotspot/src/share/vm/runtime/sharedRuntime.cpp
changeset 31335 60081f497e75
parent 30764 fec48bf5a827
child 31389 e0688be912e5
equal deleted inserted replaced
31334:d55c96b36b5f 31335:60081f497e75
   730   oop exception_oop = InstanceKlass::cast(k)->allocate_instance(CHECK);
   730   oop exception_oop = InstanceKlass::cast(k)->allocate_instance(CHECK);
   731   Handle exception (thread, exception_oop);
   731   Handle exception (thread, exception_oop);
   732   if (StackTraceInThrowable) {
   732   if (StackTraceInThrowable) {
   733     java_lang_Throwable::fill_in_stack_trace(exception);
   733     java_lang_Throwable::fill_in_stack_trace(exception);
   734   }
   734   }
       
   735   // Increment counter for hs_err file reporting
       
   736   Atomic::inc(&Exceptions::_stack_overflow_errors);
   735   throw_and_post_jvmti_exception(thread, exception);
   737   throw_and_post_jvmti_exception(thread, exception);
   736 JRT_END
   738 JRT_END
   737 
   739 
   738 address SharedRuntime::continuation_for_implicit_exception(JavaThread* thread,
   740 address SharedRuntime::continuation_for_implicit_exception(JavaThread* thread,
   739                                                            address pc,
   741                                                            address pc,