mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
dbe0fdff66
When we have a Java exception in native code, the Java stack in the exception will not be very useful because the top frame is the native entry point. In this case, the native stack is more useful. However, currently we don't get a good native stack in this situation because we go through Java when handling the exception, and the native stack we get will have a lot of unknown frames inside libdvm or libart. This patch makes us stay in native code when handling an uncaught exception from native code, so that we get a good native stack. |
||
---|---|---|
.. | ||
Accessors.h | ||
moz.build | ||
Natives.h | ||
Refs.h | ||
Types.h | ||
Utils.cpp | ||
Utils.h |