On Tue, 20 Aug 2024 15:08:23 GMT, Adam Sotona wrote:
>> ClassFile API allows to build a class with dead code and provide custom
>> `StackMapTable` attribute with user-specified frames covering the dead code.
>> `StackCounter` is responsible for calculation of `maxStack` and `maxLocals`
>> in ce
> ClassFile API allows to build a class with dead code and provide custom
> `StackMapTable` attribute with user-specified frames covering the dead code.
> `StackCounter` is responsible for calculation of `maxStack` and `maxLocals`
> in certain situations and it did not include the user-provided
> ClassFile API allows to build a class with dead code and provide custom
> `StackMapTable` attribute with user-specified frames covering the dead code.
> `StackCounter` is responsible for calculation of `maxStack` and `maxLocals`
> in certain situations and it did not include the user-provided
On Tue, 20 Aug 2024 13:54:08 GMT, Adam Sotona wrote:
> ClassFile API allows to build a class with dead code and provide custom
> `StackMapTable` attribute with user-specified frames covering the dead code.
> `StackCounter` is responsible for calculation of `maxStack` and `maxLocals`
> in certai
ClassFile API allows to build a class with dead code and provide custom
`StackMapTable` attribute with user-specified frames covering the dead code.
`StackCounter` is responsible for calculation of `maxStack` and `maxLocals` in
certain situations and it did not include the user-provided `StackMap