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

Bump org.ow2.asm:asm from 9.7 to 9.7.1 - JDK 24 support #194

Merged
merged 1 commit into from
Oct 8, 2024

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.

Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
@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
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