hotspot/src/os/windows/vm/os_windows.hpp
changeset 35071 a0910b1d3e0d
parent 35056 252c47a46a01
child 35212 7a6d0993a080
equal deleted inserted replaced
35066:cd4ac076bf7f 35071:a0910b1d3e0d
   108   static void read_executable_headers(PIMAGE_NT_HEADERS);
   108   static void read_executable_headers(PIMAGE_NT_HEADERS);
   109 
   109 
   110   // Default stack size for the current process.
   110   // Default stack size for the current process.
   111   static size_t default_stack_size() { return _default_stack_size; }
   111   static size_t default_stack_size() { return _default_stack_size; }
   112 
   112 
       
   113   static bool get_frame_at_stack_banging_point(JavaThread* thread,
       
   114                           struct _EXCEPTION_POINTERS* exceptionInfo,
       
   115                           address pc, frame* fr);
       
   116 
   113 #ifndef _WIN64
   117 #ifndef _WIN64
   114   // A wrapper to install a structured exception handler for fast JNI accesors.
   118   // A wrapper to install a structured exception handler for fast JNI accesors.
   115   static address fast_jni_accessor_wrapper(BasicType);
   119   static address fast_jni_accessor_wrapper(BasicType);
   116 #endif
   120 #endif
   117 
   121