Integrated: 8332505: JEP 457: ClassRemapper forgets to remap bootstrap method references
Adam Sotona
asotona at openjdk.org
Tue May 28 12:32: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
This pull request has now been integrated.
Changeset: aa4c83a5
Author: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/aa4c83a5bfe146714a46fb454aafc7393d2d8453
Stats: 9 lines in 2 files changed: 4 ins; 0 del; 5 mod
8332505: JEP 457: ClassRemapper forgets to remap bootstrap method references
Reviewed-by: jlahoda
-------------
PR: https://git.openjdk.org/jdk/pull/19299
More information about the core-libs-dev
mailing list