diff src/os/windows/vm/os_windows.cpp @ 17829:0118c8c7b80f

8038633: crash in VM_Version::get_processor_features() on startup Summary: Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test. Reviewed-by: iveresov, iignatyev
author kvn
date Mon, 31 Mar 2014 13:08:03 -0700
parents 98af1e198e73
children 364b73402247 ce8f6bb717c9
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.cpp	Mon Mar 31 23:49:00 2014 -0400
+++ b/src/os/windows/vm/os_windows.cpp	Mon Mar 31 13:08:03 2014 -0700
@@ -2716,7 +2716,6 @@
 }
 #endif
 
-#ifndef PRODUCT
 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.
@@ -2727,7 +2726,6 @@
     // Nothing to do.
   }
 }
-#endif
 
 // Virtual Memory