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

Update to ASM 9.7.1 #48

Closed
MarkEWaite opened this issue Oct 6, 2024 · 2 comments
Closed

Update to ASM 9.7.1 #48

MarkEWaite opened this issue Oct 6, 2024 · 2 comments

Comments

@MarkEWaite
Copy link

MarkEWaite commented Oct 6, 2024

What feature do you want to see added?

ASM 9.7.1 has been released. A pull request proposing it for Jenkins core has arrived as:

Upstream changes

6 October 2024: ASM 9.7.1 (tag ASM_9_7_1)

  • new Opcodes.V24 constant for Java 24
  • Javadoc improvements
  • new features
    • 318013: new ClassWriter setFlags() method.
    • Add ConstantDynamic serialization and Number suffixes to Textifier.
  • bug fixes
    • 318014: Analyzer with a SimpleVerifier may throw an AnalyzerException on valid java code due to incompatible frame locals.
    • 318015: Valid bytecode for jvm, but failed to pass the CheckClassAdapter.
    • 318016: ClassNotFoundException with an array of the type of current class.
    • 318018: changing invokedynamic Handle itf bool flag doesn't create new methodref in symbol table.
    • 318019: Attribute::write is invoked twice.
    • Fix DUP_X1, DUP_X2, DUP2_X1, and DUP2_X2 not copying values correctly in Analyzer.
    • Fix SimpleVerifier multiple dimensions merge.
    • Fix SourceInterpreter wrongly saying that Condy long / doubles are one word elements.
    • GeneratorAdapter: fix push(Type.VOID_TYPE).
    • Fix null method parameter name in Asmifier causing NPE.

Are you interested in contributing this feature?

Dependabot or Renovate pull request is easier to handle, though it will need an extra label added in order to create the release.

@jonesbusy
Copy link
Contributor

Thanks @MarkEWaite

I've run run dependabot and it found the dependency #49

@jonesbusy
Copy link
Contributor

Fixed by #49

CD will release it in some moments

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

No branches or pull requests

2 participants