hotspot/src/share/vm/runtime/sharedRuntime.hpp
changeset 41057 f77b9d9e0e4c
parent 40061 8df4c4a20902
child 42608 14af45789042
--- a/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Aug 30 09:01:33 2016 +0000
+++ b/hotspot/src/share/vm/runtime/sharedRuntime.hpp	Tue Aug 30 13:24:26 2016 +0200
@@ -189,7 +189,7 @@
 
   // exception handling and implicit exceptions
   static address compute_compiled_exc_handler(CompiledMethod* 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,