-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: hotspot
-
windows
Seems to be a regression. I see now that the gtest SEH handler is invoked when I crash in gtests:
```
unknown file error: SEH exception with code xxx thrown in the test body
```
What should have happened is that the JVM handler gets invoked. This used to work: we made sure of it with https://bugs.openjdk.org/browse/JDK-8185734
```
unknown file error: SEH exception with code xxx thrown in the test body
```
What should have happened is that the JVM handler gets invoked. This used to work: we made sure of it with https://bugs.openjdk.org/browse/JDK-8185734
- relates to
-
JDK-8185734 [Windows] Structured Exception Catcher missing around gtest execution
-
- Resolved
-