Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For JDK 23 support, upgrade to ASM 9.7 #10744

Draft
wants to merge 3 commits into
base: 2.13.x
Choose a base branch
from

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    41ba962 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. More robust way to get index of first stack value in optimizer

    The ASM analyzer changed in 9.7 to no longer call `clearStack()` before
    `newExceptionValue`. We need to get the index of the exception value,
    which is always the first slot after all locals.
    lrytz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b0261c7 View commit details
    Browse the repository at this point in the history
  2. scala-asm 9.7.0-scala-2

    lrytz committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    bf0dd33 View commit details
    Browse the repository at this point in the history