diff src/share/vm/runtime/sharedRuntime.hpp @ 23745:a074ae16281d

backport of JDK-8164480
author Doug Simon <doug.simon@oracle.com>
date Fri, 26 Aug 2016 17:49:18 +0200
parents c2c971a9776f
children e804aec381cd
line wrap: on
line diff
--- a/src/share/vm/runtime/sharedRuntime.hpp	Wed Aug 24 22:31:34 2016 +0200
+++ b/src/share/vm/runtime/sharedRuntime.hpp	Fri Aug 26 17:49:18 2016 +0200
@@ -178,7 +178,7 @@
 
   // exception handling and implicit exceptions
   static address compute_compiled_exc_handler(nmethod* nm, address ret_pc, Handle& exception,
-                                              bool force_unwind, bool top_frame_only);
+                                              bool force_unwind, bool top_frame_only, bool& recursive_exception_occurred);
   enum ImplicitExceptionKind {
     IMPLICIT_NULL,
     IMPLICIT_DIVIDE_BY_ZERO,