Updated exception table generation: support new exception table in non-local returns

This commit is contained in:
Michael Bogdanov
2015-06-10 15:38:09 +03:00
parent 93c5a52d13
commit a018e4e12a
40 changed files with 1586 additions and 138 deletions
@@ -26,7 +26,17 @@ public class InlineMarker {
}
//TODO: remove on ABI increment, kept only for compability
@Deprecated
public static void goToTryCatchBlockEnd() {
}
public static void finallyStart(int finallyDeep) {
}
public static void finallyEnd(int finallyDeep) {
}
}