Skip to content

Conversation

@tim-hoffman
Copy link
Member

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.

…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.
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.

1 participant