On Tue, 14 Mar 2023 18:00:51 GMT, Mandy Chung <mch...@openjdk.org> wrote:

>> Right, I'll fix it, thanks.
>
> Looks like `LineNumberTable` is not stripped even with 
> `Option.processLineNumbers(false)`.

Yes, I forgot to transform code elements, where  
`Classfile.Option.processLineNumbers(false)` option is applied.
Thanks for catching it.

We may also consider a new form of transformation allowing to filter code 
attributes without inflation of all code elements (in the Classfile API).

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

PR: https://git.openjdk.org/jdk/pull/12944

Reply via email to