src/hotspot/share/utilities/exceptions.hpp
changeset 48826 c4d9d1b08e2e
parent 47216 71c04702a3d5
child 50516 77f9fece2f19
--- a/src/hotspot/share/utilities/exceptions.hpp	Wed Jan 31 10:55:49 2018 -0800
+++ b/src/hotspot/share/utilities/exceptions.hpp	Fri Sep 08 10:46:46 2017 -0700
@@ -166,6 +166,8 @@
 
   static void throw_stack_overflow_exception(Thread* thread, const char* file, int line, const methodHandle& method);
 
+  static void wrap_dynamic_exception(Thread* thread);
+
   // Exception counting for error files of interesting exceptions that may have
   // caused a problem for the jvm
   static volatile int _stack_overflow_errors;