comparison src/share/vm/prims/jni.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 191174b49bec
children 1d01a7f3a336
comparison
equal deleted inserted replaced
17828:8a84bedf7173 17829:0118c8c7b80f
5206 event.set_javalangthread(java_lang_Thread::thread_id(thread->threadObj())); 5206 event.set_javalangthread(java_lang_Thread::thread_id(thread->threadObj()));
5207 event.commit(); 5207 event.commit();
5208 } 5208 }
5209 5209
5210 #ifndef PRODUCT 5210 #ifndef PRODUCT
5211 #ifndef TARGET_OS_FAMILY_windows 5211 #ifndef CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED
5212 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) f() 5212 #define CALL_TEST_FUNC_WITH_WRAPPER_IF_NEEDED(f) f()
5213 #endif 5213 #endif
5214 5214
5215 // Check if we should compile all classes on bootclasspath 5215 // Check if we should compile all classes on bootclasspath
5216 if (CompileTheWorld) ClassLoader::compile_the_world(); 5216 if (CompileTheWorld) ClassLoader::compile_the_world();