RFR: 8332505: JEP 457: ClassRemapper forgets to remap bootstrap method references
Adam Sotona
asotona at openjdk.org
Mon May 20 08:09:24 UTC 2024
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
-------------
Commit messages:
- 8332505: JEP 457: ClassRemapper forgets to remap bootstrap method references
Changes: https://git.openjdk.org/jdk/pull/19299/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19299&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8332505
Stats: 9 lines in 2 files changed: 4 ins; 0 del; 5 mod
Patch: https://git.openjdk.org/jdk/pull/19299.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/19299/head:pull/19299
PR: https://git.openjdk.org/jdk/pull/19299
More information about the core-libs-dev
mailing list