Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle synthetic method parameters entries that don't have names
> If the value of the name_index item is zero, then this parameters element indicates a formal parameter with no name. https://docs.oracle.com/javase/specs/jvms/se20/html/jvms-4.html#jvms-4.7.24 PiperOrigin-RevId: 530621691 Change-Id: I7ff5bea7a5203f10c62fde42ff10818f8c94cd9e
- Loading branch information
3954a18
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would it be possible to have this backported to 6.x branch?
It does affect jar produced by jdk21 compilation.