Skip to content

Conversation

jorsol
Copy link
Contributor

@jorsol jorsol commented Oct 7, 2024

Changelog:

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.

@slachiewicz slachiewicz added enhancement dependencies Pull requests that update a dependency file labels Oct 7, 2024
@slachiewicz slachiewicz merged commit 1978ee7 into codehaus-plexus:master Oct 8, 2024
11 checks passed
@jorsol jorsol deleted the asm-9.7.1 branch February 13, 2025 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants