RFR(xxs): 8186199: [windows] JNI_DestroyJavaVM not covered by SEH

David Holmes david.holmes at oracle.com
Tue Aug 15 00:57:57 UTC 2017


Hi Thomas,

On 15/08/2017 1:23 AM, Thomas Stüfe wrote:
> Dear all,
> 
> please review this tiny fix:
> 
> Issue: https://bugs.openjdk.java.net/browse/JDK-8186199
> webrev:
> http://cr.openjdk.java.net/~stuefe/webrevs/8186199-destroyjavavm-no-seh-handler/webrev.00/webrev/
> 
> We miss __try{ } __except in JNI_DestroyJavaVM, so we run without signal
> handler (well, SE handler) during the invocation of JNI_DestroyJavaVM.

Seems fine - Reviewed.

Thanks,
David

> Thanks, Thomas
> 


More information about the hotspot-runtime-dev mailing list