hotspot/src/os/windows/vm/os_windows.hpp
changeset 35071 a0910b1d3e0d
parent 35056 252c47a46a01
child 35212 7a6d0993a080
--- a/hotspot/src/os/windows/vm/os_windows.hpp	Fri Dec 11 13:18:10 2015 +0000
+++ b/hotspot/src/os/windows/vm/os_windows.hpp	Fri Dec 11 09:07:07 2015 -0800
@@ -110,6 +110,10 @@
   // Default stack size for the current process.
   static size_t default_stack_size() { return _default_stack_size; }
 
+  static bool get_frame_at_stack_banging_point(JavaThread* thread,
+                          struct _EXCEPTION_POINTERS* exceptionInfo,
+                          address pc, frame* fr);
+
 #ifndef _WIN64
   // A wrapper to install a structured exception handler for fast JNI accesors.
   static address fast_jni_accessor_wrapper(BasicType);