8038633: crash in VM_Version::get_processor_features() on startup

Windows need an exception wrapper around getPsrInfo_stub() call in order to properly handle SEGV for YMM registers test.

Reviewed-by: iveresov, iignatyev
This commit is contained in:
Vladimir Kozlov 2014-03-31 13:08:03 -07:00
parent b21d142f01
commit 77d38feb95
6 changed files with 26 additions and 19 deletions

View file

@ -4001,7 +4001,7 @@ _JNI_IMPORT_OR_EXPORT_ jint JNICALL JNI_CreateJavaVM(JavaVM **vm, void **penv, v
}
#ifndef PRODUCT
#ifndef TARGET_OS_FAMILY_windows
#ifndef CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED
#define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) f()
#endif