Integrated: 8305990: Stripping debug info of ASM 9.5 fails
Adam Sotona
asotona at openjdk.org
Tue May 9 13:16:37 UTC 2023
On Fri, 14 Apr 2023 14:02:46 GMT, Adam Sotona <asotona at openjdk.org> wrote:
> Classfile API didn't handle transformations of class files version 50 and below correctly.
>
> Proposed fix have two parts:
> 1. Inflation of branch targets does not depend on StackMapTable attribute presence for class file version 50 and below. Alternative fallback implementation is provided.
> 2. StackMapTable attribute is not generated for class file versions below 50.
>
> StackMapsTest is also extended to test this patch.
>
> Please review.
>
> Thanks,
> Adam
This pull request has now been integrated.
Changeset: a05560d9
Author: Adam Sotona <asotona at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/a05560d99352bd5952f3feef37b56dceb74ede3b
Stats: 992 lines in 16 files changed: 816 ins; 31 del; 145 mod
8305990: Stripping debug info of ASM 9.5 fails
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jdk/pull/13478
More information about the core-libs-dev
mailing list