Skip to content

Remapper do not remap constant dynamic and handle correctly

Add the support of ConstantDynamic to Remapper.mapValue and fix the code for Handle.

While working on that fix i've discovered that the code that handles Handle in Remapper.mapValue suppose that the Handle descriptor is always a method descriptor but it's not true constant method handles that reference a field are decribed using a field descriptor.

close #317852 (closed)

Merge request reports