RFR: 8332505: JEP 457: ClassRemapper forgets to remap bootstrap method references

Jan Lahoda jlahoda at openjdk.org
Tue May 28 12:21:06 UTC 2024


On Mon, 20 May 2024 08:03:28 GMT, Adam Sotona <asotona at openjdk.org> wrote:

> Class-File API `ClassRemapper` component suppose to remap all classes referenced in a class file.
> Actual implementation missed remapping of bootstrap methods referenced from `invokedynamic` instructions.
> This patch fixes the remapping and adds relevant test.
> 
> Please review.
> 
> Thanks,
> Adam

Looks reasonable to me.

-------------

Marked as reviewed by jlahoda (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/19299#pullrequestreview-2082624013


More information about the core-libs-dev mailing list