RFR: JDK-8307331: Correctly update line maps when class redefine rewrites bytecodes
Andrew Dinn
adinn at openjdk.org
Tue May 9 10:32:27 UTC 2023
On Tue, 9 May 2023 09:57:55 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> This small change ensures that repeated bytecode rewrites necessitated by class pool index updates are applied cumulatively when updating the method line number table. The current code applies each change to the original table which means only the last one is applied (and even then with the wrong adjustment).
>
> I can't specifically suggest anyone but will try to find someone. I looked but don't know the code.
@dholmes-ora Thanks. Perhaps @coleenp might be able to review it?
-------------
PR Comment: https://git.openjdk.org/jdk/pull/13795#issuecomment-1539900560
More information about the serviceability-dev
mailing list