On Fri, 14 Apr 2023 14:02:46 GMT, Adam Sotona <asot...@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

Absence of support for jsr and ret is very important point and it is necessary 
to re-evaluate the fix completely.
Thanks!

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

PR Comment: https://git.openjdk.org/jdk/pull/13478#issuecomment-1512683242

Reply via email to