src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8038633 Cdiff src/share/vm/prims/jni.cpp

src/share/vm/prims/jni.cpp

Print this page
rev 6204 : 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

*** 3999,4009 **** event.set_javalangthread(java_lang_Thread::thread_id(thread->threadObj())); event.commit(); } #ifndef PRODUCT ! #ifndef TARGET_OS_FAMILY_windows #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) f() #endif // Check if we should compile all classes on bootclasspath if (CompileTheWorld) ClassLoader::compile_the_world(); --- 3999,4009 ---- event.set_javalangthread(java_lang_Thread::thread_id(thread->threadObj())); event.commit(); } #ifndef PRODUCT ! #ifndef CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) f() #endif // Check if we should compile all classes on bootclasspath if (CompileTheWorld) ClassLoader::compile_the_world();
src/share/vm/prims/jni.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File