Skip to content

Remap invokedynamic field handles properly

Jamie Mansfield requested to merge jamierocks/asm:field-handles into master

This was discovered attempting to remap record classes from Java 16 - where we were getting calls to #mapMethodName with field descriptors.

This should resolve #317954 (closed).

Edited by Jamie Mansfield

Merge request reports