|
|
@ -546,7 +546,7 @@ public class TransformExceptionHandlers { |
|
|
|
* local_n = stack | |
|
|
|
* local_n = stack | |
|
|
|
* monitorexit local_x | |
|
|
|
* monitorexit local_x | |
|
|
|
* throw local_n | |
|
|
|
* throw local_n | |
|
|
|
* oprtional subroutine: <----------------------------------' |
|
|
|
* optional subroutine: <-----------------------------------' |
|
|
|
* astore_n |
|
|
|
* astore_n |
|
|
|
* monitorexit local_x |
|
|
|
* monitorexit local_x |
|
|
|
* return_n |
|
|
|
* return_n |
|
|
@ -860,6 +860,7 @@ public class TransformExceptionHandlers { |
|
|
|
Decompiler.err.println("analyzeCatch(" + trys[i].addr + ", " |
|
|
|
Decompiler.err.println("analyzeCatch(" + trys[i].addr + ", " |
|
|
|
+ endPCs[i] + ", " +catches[i].addr + ")"); |
|
|
|
+ endPCs[i] + ", " +catches[i].addr + ")"); |
|
|
|
FlowBlock tryFlow = trys[i]; |
|
|
|
FlowBlock tryFlow = trys[i]; |
|
|
|
|
|
|
|
tryFlow.checkConsistent(); |
|
|
|
while (tryFlow.analyze(tryFlow.addr, catches[i].addr)); |
|
|
|
while (tryFlow.analyze(tryFlow.addr, catches[i].addr)); |
|
|
|
|
|
|
|
|
|
|
|
if (i == 0 |
|
|
|
if (i == 0 |
|
|
|