diff src/os/windows/vm/os_windows.hpp @ 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 b0133e4187d3
children 52b4284cb496 09259e52a610
line wrap: on
line diff
--- a/src/os/windows/vm/os_windows.hpp	Mon Mar 31 23:49:00 2014 -0400
+++ b/src/os/windows/vm/os_windows.hpp	Mon Mar 31 13:08:03 2014 -0700
@@ -97,9 +97,7 @@
   static address fast_jni_accessor_wrapper(BasicType);
 #endif
 
-#ifndef PRODUCT
   static void call_test_func_with_wrapper(void (*funcPtr)(void));
-#endif
 
   // filter function to ignore faults on serializations page
   static LONG WINAPI serialize_fault_filter(struct _EXCEPTION_POINTERS* e);