<div dir="ltr">From what I can tell, Vectored Exception Handling replaces Structured Exception Handling (at least for some cases) on ARM64 Windows, and it replaces Structured Exception Handling in thread_native_entry for thread->call_run() and for calls to JNI_CreateJavaVM_inner and jni_DestroyJavaVM_inner. But in the Vectored Exception Filter, it only seems to work for faults that happen in the CodeCache, which neither of the above cases (at least to my knowledge) are. The above confuses me a little, what is Vectored Exception Handling used for within HotSpot, since the few use cases for it aren't actually handled by the Vectored Filter?<br><div><br></div><div>best regards,</div><div>Julian</div></div>