You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This PR aims to upgrade ASM from 9.7.1 to 9.8.
### Why are the changes needed?
The new version is intended to support Java 25:
- new Opcodes.V25 constant for Java 25
- bug fixes
- Fix one more copy operation on DUP2
- 318015: Valid bytecode for jvm, but failed to pass the CheckClassAdapter.
- `ASMifier` should print calls to `valueOf` instead of deprecated constructors of primitive wrappers
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
### Was this patch authored or co-authored using generative AI tooling?
No
Closes#50543 from LuciferYang/asm-9.8.
Authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: yangjie01 <yangjie01@baidu.com>
0 commit comments