Skip to content

Conversation

@MarcMil
Copy link
Contributor

@MarcMil MarcMil commented Dec 2, 2025

Solves the merge conflicts of #1694

Also, add ASM validator and a test case for the 1.8 bug.

The fixed bugs are:

  1. bytecode version was not high enough when using special invoke to call a default method. There was no check for this case but it requires version 1.8.
  2. AbstractASMBackend previously stopped increasing the version number if at least 1.8 was necessary for some method which may have missed a higher version number being required by a later method! The fix was to check the MAX version number instead.

tim-hoffman and others added 3 commits July 6, 2021 14:15
…dator and a test case for the 1.8 bug

1. bytecode version was not high enough when using special invoke to call a default method
2. AbstractASMBackend previously stopped increasing the version number if at least 1.8 was necessary for some method which may have missed a higher version number being required by a later method! The fix was to check the MAX version number instead.
@StevenArzt StevenArzt merged commit 06a3e84 into soot-oss:develop Dec 2, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants