hotspot/src/os/windows/vm/os_windows.cpp
changeset 30143 7e99f2b4bae5
parent 30125 8ba6e8e367e9
child 30240 a7ba42fa1df6
--- a/hotspot/src/os/windows/vm/os_windows.cpp	Thu Apr 02 20:51:24 2015 +0000
+++ b/hotspot/src/os/windows/vm/os_windows.cpp	Fri Apr 03 05:55:33 2015 -0400
@@ -2695,17 +2695,6 @@
 }
 #endif
 
-void os::win32::call_test_func_with_wrapper(void (*funcPtr)(void)) {
-  // Install a win32 structured exception handler around the test
-  // function call so the VM can generate an error dump if needed.
-  __try {
-    (*funcPtr)();
-  } __except(topLevelExceptionFilter(
-                                     (_EXCEPTION_POINTERS*)_exception_info())) {
-    // Nothing to do.
-  }
-}
-
 // Virtual Memory
 
 int os::vm_page_size() { return os::win32::vm_page_size(); }