On Wed, 14 Aug 2024 17:07:21 GMT, Chen Liang wrote:
> `BytecodeHelpers.handleConstantDescToHandleInfo` is incorrectly using
> `DirectMethodHandleDesc.invocationType`, which accidentally works for static
> bootstrap methods so it's discovered only now with more extensive testing
> from bytebudd
`BytecodeHelpers.handleConstantDescToHandleInfo` is incorrectly using
`DirectMethodHandleDesc.invocationType`, which accidentally works for static
bootstrap methods so it's discovered only now with more extensive testing from
bytebuddy. Cleaned up by reusing the correct `handleDescToHandleInfo`