You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This finally-example is different to all other finally issues I reported before. When I try to decompile this sample (compiled with openjdk8) with jadx-1.4.0.8-c906c11b a warning "Finally extract failed" is reported.
Finally extraction fails with java-input or java-convert+dx. Java-convert+d8 works fine without a warning.
This might be a missing corner case for your mark finally algorithm.
This finally-example is different to all other finally issues I reported before. When I try to decompile this sample (compiled with openjdk8) with jadx-1.4.0.8-c906c11b a warning "Finally extract failed" is reported.
Finally extraction fails with java-input or java-convert+dx. Java-convert+d8 works fine without a warning.
This might be a missing corner case for your mark finally algorithm.
The text was updated successfully, but these errors were encountered: